Check documentation for the latest version of dhtmlxSuite getListOptionImage DHTMLX Docs

getListOptionImage

returns the image of a listed option

string getListOptionImage(string|number parentId,string|number optionId);
parentIdstring|numberthe id of a select button
optionIdstring|numberthe id of a listed option
stringthe path to the image

Example

var imgSrc = myToolbar.getListOptionImage(parentId, optionId);

Back to top