Initializes a new HTMLRadioButtonGroup object made up of radio buttons with values passed in as the _arrValues argument.
Inherited from AHTMLComponent.
public override void Init(PageMgr,string);
Initializes a new HTMLRadioButtonGroup object made up of radio buttons with values passed in as the _arrValues argument.
public virtual void Init(PageMgr,string,string[]);
HTMLRadioButtonGroup Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace