MESCIUS InputMan for ASP.NET 10.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 タイプ

 

 


© MESCIUS inc. All rights reserved.