returns the text of buttonSelect item's option
| id | string|number | the item's id |
| optId | string|number | the option's id |
| string | the text of an option |
// setting text for an option
setItemOptionText(item, optId, text);
// getting the text
var text = getItemOptionText(id, optId);
added in version 4.2
Back to top