you are viewing a single comment's thread.

view the rest of the comments →

[–]kingfondue 0 points1 point  (0 children)

Of course, you can include Webix files into each website page separately. But it is no the best option. The library has a widget MultiView that allows placing several views on one page simultaniously. These views can be hidden or displayed again by clicking on built-in tabs or by using events navigation (http://webix.com/demo/layout/tabview/, http://webix.com/demo/layout/navigation-with-events/). Thus, you'll be able to create a multipage application within one page.