Hi.
Is there a programmatic way to determine which tabs associated with an ej-tab control are enabled/disabled?
Previously we were using ejTab.model.enabledItemIndex, but have recently discovered that it's not actually a list of enabled tabs.
Ideally it would be something we can access from JavaScript without having to query the DOM, but if there is no other way, a DOM solution would do.
Many thanks.