Check documentation for the latest version of dhtmlxSuite setDefaultImage DHTMLX Docs

setDefaultImage

sets the default image

void setDefaultImage(string url);
urlstringthe url of the default image

Example

myCombo.setDefaultImage(url);

Back to top