Check documentation for the latest version of dhtmlxSuite clearListOptionImage DHTMLX Docs

clearListOptionImage

removes an image (if exists) of a listed option

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

Example

myToolbar.clearListOptionImage(parentId, optionId);

Back to top