Check documentation for the latest version of dhtmlxSuite getListOptionSelected DHTMLX Docs

getListOptionSelected

returns the selected listed option

string|number getListOptionSelected(string|number parentId);
parentIdstring|numberthe id of a select button
string|numberthe id of the selected listed option

Example

var selectedId = myToolbar.getListOptionSelected(parentId);

Back to top