PowerTools InputMan for ASP.NET 8.0J
InsertDefaultAction メソッド
追加する位置のインデックス。
既定の動作を定義した検証アクション。
指定の位置に既定の検証アクションを追加します。
構文
var instance = new GCIM.GcValidatorAction(id);
var value; // Type: any

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

value = instance.InsertDefaultAction(index, action);
function InsertDefaultAction( 
   index : number,
   action : ValidateAction
) : any;

パラメータ

index
追加する位置のインデックス。
action
既定の動作を定義した検証アクション。
参照

GcValidatorAction オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.