PowerTools InputMan for ASP.NET 8.0J
SetSelectedIndex メソッド
選択する項目のインデックス。
[jQuery対応]選択する項目を示すインデックスを設定します。
構文
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: any

// パラメータ
var index; //タイプ: number

value = instance.SetSelectedIndex(index);
function SetSelectedIndex( 
   index : number
) : any;

パラメータ

index
選択する項目のインデックス。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.