<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > InputGroup > RadioButtonGroup > Method >SetEnable |
Sets whether to enable the component.
Prototype :
void SetEnable
(
bool Enable
)
Arguments :
Enable |
set to true to enable |
Reference :
If the Enable argument value is set to false, RadioButton in RadioButtonGroup will also be disabled. Also, the inverse is true.
Example :
This.SetEnable(true);
Available Events :
All Events