<< 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 >SetValue |
Sets the value.
Prototype :
void SetValue
(
string Value
)
Arguments :
Value |
Value |
Example :
This.SetValue("ENG"); //ENG is selected. Other radio button is unchecked in the same group
Available Events :
OnValueChanged