checks whether a listed option is enabled
parentId | string|number | the id of a select button |
optionId | string|number | the id of a listed option |
boolean | true|false |
var isOptEn = myToolbar.isListOptionEnabled(parentId, optionId);
Back to top