Check documentation for the latest version of dhtmlxSuite clearItemImageDis DHTMLX Docs

clearItemImageDis

removes the image of an item in the disabled state

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

Example

myToolbar.clearItemImageDis(itemId);

See also
Back to top