Check documentation for the latest version of dhtmlxSuite getParentId DHTMLX Docs

getParentId

returns the parent id of a listed option

string|number getParentId(string|number optionId);
optionIdstring|numberthe id of a listed option
string|numberthe id of a select button

Example

myToolbar.getParentId(optionId);

Back to top