Check documentation for the latest version of dhtmlxSuite disableListOption DHTMLX Docs

disableListOption

disables a listed option

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

Example

myToolbar.disableListOption(parentId, optionId);

See also
Back to top