<< 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 >SetRequired |
Sets whether the value of Required option to be True or False.
Prototype :
void SetRequired
(
bool Required
)
Arguments :
Required |
true for Required |
Example :
This.SetRequired(true);
Available Events :
All Events