http://webix.com/demos/admin-app/#!/app/dashboard
hi, I want to create a menu like in the demo , does anyone know how to do ? I should do it exactly like that! Thank you
http://webix.com/demos/admin-app/#!/app/dashboard
hi, I want to create a menu like in the demo , does anyone know how to do ? I should do it exactly like that! Thank you
Hi,
Please, check the Sidebar widget
ok thanks! very nice!
Thanks for your help!
But how do I load a page in the middle after clicking a menu item ?
If I got it right, you want to build a single-page application like our AdminApp demo. It was made with Webix Jet framework:
You can learn more from the related GitBook,
and get the sourse code of our demo here.
Or you can just link the sidebar to the multiview:
ohhhh very goooooooood! thanks a lot!
in the central page I should insert a datatable with the usual editing operations insert delet etc.etc … I have to use a so multiview ?
Yes. The multiview acts as a container for any view.
then into the multiview I can put many items I want ?
I created my page with one line that contains the toolbar , a left column that contains my sidemenu and another column in the middle containing the multiview .
How do I insert in the multiview a top title, a datatable and a pager ?
I can do it?
Thank you
As to your first question - yes, you can.
And check the snippet: http://webix.com/snippet/172acb75
Oh very well! Sorry for my disturb -