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