I’m pretty new to Webix, so please forgive me for what may be an obvious question. I’m trying to create a page with a navbar like the demo apps on the left, the filemanager in the center, and a detail form on the right. The purpose of the navbar on the left is to provide a high level grouping. I have tried various approaches to this, but I’m not having much success. Can someone please give me an idea of how to do this? I’m having trouble creating this page layout.
That’s awesome! It will help a lot with my understanding. However, it doesn’t work for me. That may explain the trouble I was having. I’m pretty sure I have the latest download. I also tried using the cdn links, but it doesn’t seem to make a difference. There is no error loading anything. It just gives a blank page. What could be the problem? I can see it in the snippet you pointed me to, so I don’t think it is the browser.
please make sure that you included FileManager libraries in your page. If you want to post your code here, you can put it between ~~~js and ~~~. for example:
Okay. I was putting this in a div. I guess that is a bad idea, because as soon as I killed the div, it started working.
I notice that you used a list for the navbar. It seems like the navbar in the demo app is probably based on a tree view. Is there any example other than the demo app that shows how to make the tree look like that? With the horizontal lines and such. I’ve been looking at the demo source, but it is a little hard to follow.
BTW: The light is starting to come on with the whole row/col/{} thing. Thanks again for the example.
Thank you for the example. I m getting closer to what I am trying to do. I have created a variation of your first example using resizers. This causes the left side button icons on the filemanager to display off center. They are pushed to the right. This effects the menu, forward, backward, up folder buttons. How Could I fix this? I’ve included the code below: