Check documentation for the latest version of dhtmlxSuite clearItemImage DHTMLX Docs

clearItemImage

removes an image of an item in the enabled state

void clearItemImage(string|number itemId);
itemIdstring|numberid of an item

Example

myToolbar.clearItemImage(itemId);

See also
Back to top