PowerTools InputMan for ASP.NET 8.0J
GetSelectedIndex メソッド
[jQuery対応]現在選択されている項目を示すインデックスを取得します。
構文
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: number
value = instance.GetSelectedIndex();
function GetSelectedIndex() : number;

戻り値

型 : number
現在選択されている項目のインデックス。項目が選択されていない場合は -1。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.