PowerTools InputMan for ASP.NET 8.0J
InsertItem メソッド
指定した位置のインデックス。
追加するListItemオブジェクト。
指定した位置に項目を追加します。
構文
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: any

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

value = instance.InsertItem(index, item);
function InsertItem( 
   index : number,
   item : ListItem
) : any;

パラメータ

index
指定した位置のインデックス。
item
追加するListItemオブジェクト。
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.