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

 

 


© MESCIUS inc. All rights reserved.