<< 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 >SetSystemFieldName |
Sets the system field name.
Prototype :
void SetSystemFieldName
(
string SystemFieldName
)
Arguments :
SystemFieldName |
refer to SystemFieldNameConst |
Reference :
TextBox data type should be the system type.
Example :
//string
This.SetSystemFieldName("PageNumber");
//constant
This.SetSystemFieldName(SystemFieldNameConst.PageNumber);
Available Events :
OnInitialize
See also :