Hi,
I’m using the DTHMLX Layout component. The layout i choose was “3T”, it has a “top, left and right-cell”. The top-cell will contain an DHTMLX Menu component, the problem i’m experiencing is that a “layout-cell” has a minimum height of 40px. The top cell is larger then the menu so an empty space will stay open.
Hello,
you can attach menu without adding extra cell, just use 2U pattern and dhxLayout.attachMenu() method, like this:
dhtmlx.com/docs/products/dhtmlxL … 5469531000
Hi,
I’ve attached a Layout-object to the body-tag because i want the layout to be fullscreen whit a menu bar on top of it. When the window resizes the layout has to fit the window.
This i the code i am using
But for some reason the menu doesn’t appear. Here’s a link to my script:
cms.ontwikkel.webdesigntilburg.nl/grid/
Hello,
You should include one more file into index.html:
Thank you
It works now, thanks for your fast support