sets an image for a listed option
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed option |
img | string | the image for a listed option |
myToolbar.setListOptionImage(parentId, optionId, img);
Back to top