PowerTools InputMan for ASP.NET 8.0J
SetLengthAsByte メソッド
入力文字数をバイト単位で検証するにはtrue、文字単位で検証するにはfalse。
入力可能な文字数をバイト単位と文字単位のどちらで指定するかを設定します。
構文
var instance = new GCIM.GcTextLengthValidator(container, id);
var value; // Type: any

// パラメータ
var lengthAsByte; //タイプ: boolean

value = instance.SetLengthAsByte(lengthAsByte);
function SetLengthAsByte( 
   lengthAsByte : boolean
) : any;

パラメータ

lengthAsByte
入力文字数をバイト単位で検証するにはtrue、文字単位で検証するにはfalse。
参照

GcTextLengthValidator オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.