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

戻り値

型 : ListItem
現在選択されている項目のListItemオブジェクト。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.