Check documentation for the latest version of dhtmlxSuite removeListOption DHTMLX Docs

removeListOption

completely removes a listed option from a select button

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

Example

myToolbar.removeListOption(parentId, optionId);

Back to top