<< 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 >SetFieldName |
Sets the field name.
Prototype :
void SetFieldName
(
string FieldName
)
Arguments :
FieldName |
field name |
Example :
This.SetFieldName("Price");
Available Events :
OnInitialize