Check documentation for the latest version of dhtmlxSuite getRadioChecked DHTMLX Docs

getRadioChecked

returns the id of the checked radio button in the group

string|number getRadioChecked(string group);
groupstringradio button group name
string|numberid of the checked radio button

Example

var checkedId = myMenu.getRadioChecked(group);

Back to top