checks whether a listed option is visible
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed option |
boolean | true|false |
var isOptVis = mytToolbar.isListOptionVisible(parentId, optionId);
Back to top