DHTMLX Docs & Samples Explorer

getRadioChecked(group)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxmenu_ext.js

returns a checked radio button id in the group

  • group - radio button group name
    var checkedId = menu.getRadioChecked(group);