sets text for an item's option of buttonSelect
item | string|number | the item's id |
optId | string|number | the option's id |
text | string | text to be set for the option |
myRibbon.setItemOptionText(item, optId, text);
added in version 4.2
Back to top