How to check if a tabbar exists in a tabivew?
The idea here is I have a menu of items, when user selects an item of the menu i will show it in a tabbar, so it will be multi-tabs.
when it’s not opened, system will create a new tab, if exists, system will activate / select the tab.
how to check if a component exists in the application?
does webix have a collection/dictionary of objects/ids to search ?
(1) There’s a sample that meets your needs. But there tabbar and multiview are used separately, and the code checks whether the view with the same ID as the corresponding tab exists.
If needed, tabbar options can be accessed as tabbar.config.options.
(2) The method Arnes proposed is correct. And through Webix does not have a pull of all the initialized objects, you can navigate through the object tree with such methods as: