Check documentation for the latest version of dhtmlxSuite hideListOption DHTMLX Docs

hideListOption

hides a listed option

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

Example

myToolbar.hideListOption(parentId, optionId);

Back to top