returns the image of a listed option
| parentId | string|number | the id of a select button |
| optionId | string|number | the id of a listed option |
| string | the path to the image |
var imgSrc = myToolbar.getListOptionImage(parentId, optionId);
Back to top