<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > RadioButton > Method >GetRadioButtonGroup |
Gets the RadioButtonGroup in which the RadioButton belongs to.
Prototype :
object GetRadioButtonGroup
(
No Arguments
)
Example :
var objMyGroup = This.GetRadioButtonGroup();
objMyGroup.SetEnable(true);
Available Events :
All Events