PowerTools InputMan for ASP.NET 8.0J
SetForbiddenList メソッド
禁止するテキストの配列。
検証するコントロールに入力を禁止するテキストの配列を設定します。
構文
var instance = new GCIM.GcForbiddenTextValidator(container, id);
var value; // Type: any

// パラメータ
var forbiddenList; //タイプ: Array

value = instance.SetForbiddenList(forbiddenList);
function SetForbiddenList( 
   forbiddenList : Array
) : any;

パラメータ

forbiddenList
禁止するテキストの配列。
参照

GcForbiddenTextValidator オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.