I have a tabbar with 2 header in options.
In first tab, I have a form view. When I change something in textbox , I want to disable other tab in tabbar. Can we do it?
Webix, is this feature in your future roadmap?
I think is useful you can have a disable tab, that is disabled the tab cell itself.
Same as binhtieu I will have to do a work around via CSS in order to get this.
We would rather not include it into the roadmap. Usually, it is better to hide inactive UI elements in the application rather than to disable. And again, you can always achieve the goal by CSS rules.
For our situation, is useful to have disabled tabs.
In our app, a tab is disabled when user doesn’t have permissions to access a feature /that tab, but we don’t hide it, so user can request for that “feature” if interested.
For this reason, is important to us that tab looks disabled.
Is there a way to get tabbar options nodes from the tabbar view?
Is being a bit tricky to access that tab, we had to use jquery. Would be easier if tabbar view methods allow to get the child tabs (headers) nodes. If there is a way of getting that using webix, please let us know