First of all, thanks for an awesome lib. I’ve been using dhx for a long time now and looking into upgrading to 6.x. However I’m struggling with Layout.
A simple GUI, that looks good, is responsive (at least on initial load), uses the full height and width, simple, efficient…
However in 6, I don’t know how to use the framework.
I create columns and rows, or first rows and columns?
How do i get to resize the layout, like in 5.x, so it uses full height? Do I set some setting on a row, or a column? Should I use custom css for that? If so, is grid layout supported? How would I style it if so?
It would be great to get a small tutorial to set up a layout, with toolbar, menu, grid and form, so I can get started with 6.x and get all enthusiastic about it.
I create columns and rows, or first rows and columns?
You may create any pattern. It doesn’t matter what you start from cols or rows.
How do i get to resize the layout, like in 5.x, so it uses full height? Do I set some setting on a row, or a column? Should I use custom css for that? If so, is grid layout supported? How would I style it if so?
Could you please, clarify your request. you may attach your layout to the html body, so it will take all the available space, or you may attach it to some container, and the layout will take the sizes of this container.
Now we’re in the process of creating a guide for a simple application built with the new dhtmlxSuite.