<< 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 >SetPriorLabel |
Sets the prior label name.
Prototype :
void SetPriorLabel
(
string PriorLabel
)
Arguments :
PriorLabel |
prior label name |
Reference :
TextBox data type should be the group type.
Example :
This.SetPriorLabel("City");
Available Events :
OnInitialize