Check documentation for the latest version of dhtmlxSuite enableListOption DHTMLX Docs

enableListOption

enables a listed option

void enableListOption(string|number parentId,string|number optionId);
parentIdstring|numberthe id of a select button
optionIdstring|numberthe id of a listed option

Example

myToolbar.enableListOption(parentId, optionId);

See also
Back to top