Check documentation for the latest version of dhtmlxSuite getAllListOptions DHTMLX Docs

getAllListOptions

returns an array with ids of all the listed options of a parentId

object getAllListOptions(string|number parentId);
parentIdstring|numberthe id of a select button
objectan array of ids

Example

myToolbar.getAllListOptions(parentId);

Back to top