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