Check documentation for the latest version of dhtmlxSuite setItemImageDis DHTMLX Docs

setItemImageDis

sets an image for an item in the disabled state

void setItemImageDis(string|number itemId,string url);
itemIdstring|numberthe id of an item
urlstringthe URL of an image

Example

myToolbar.setItemImageDis(itemId, url);

Back to top