Creating Menu like tree structure and loading html on click of menu item

Hello i want to learn how do we create a left navigation menu bar using webix and on click of the menu item, i should get a html loaded on the right navigation.

Hi,

Please, check our Sidebar widget.

You can use it with the ui.multiview as in the following snippet: http://webix.com/snippet/a596f56e

Hi,Thanks a lot ! May i know the path for sidebar.css which i can use to run it independently of your snippet.
These url is not working:
http://cdn.webix.com/components/sidebar/sidebar.js
http://cdn.webix.com/components/sidebar/sidebar.css

Please ignore my comment. its working

Also, you can download the source code from Github: https://github.com/webix-hub/components/tree/master/sidebar

Can we also load a form containing text boxes and buttons after clicking on the menu items.Please give an example.