I am new to Javascript web programming, so please excuse the terminology. I want to be able to switch between multiple views programmatically. In the gui world we would call this a stacked widget. Another way to do this in a gui, is to use a tab widget with the tabs hidden and select the desired page programmatically. I have seen the ability to add and remove views. What is the recommended way to do this in Webix? My use case would be the main content area of a three section resizer.
For the use case you describe Webix offers a multiview widget that you can combine with a tabbar control to switch between the views. Only one view is visible at a time while the others are hidden.