TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetMaxLength

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > TextBox > Method >

 

SetMaxLength

 

 

Sets the maximum number of characters.

 

 

 

Prototype :

 

void SetMaxLength

(

       integer MaxLength

)

 

 

 

Arguments :

 

MaxLength

maximum number of characters

 

 

 

Reference :

 

Characters can be set up to 65,535 bytes. If set to 0, the maximum value is applied.

 

 

 

Example :

 

This.SetMaxLength(10);

 

 

 

Available Events :

 

All Events