<< 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 >SetChangeable |
Sets whether properties of the component on the viewer is changeable.
Prototype :
void SetChangeable
(
bool Changeable
)
Arguments :
Changeable |
true for changeable |
Example :
This.SetChangeable(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind