Hi, I’m planning to use dhtmlX components in a commercial product, but in order to do that I need to improve the default functionality first. I have several issues about the functionality of dhtmlXLayout. I would need to display title bar of the cell in the layout when the cell is collapsed. (That means that I would have to display that text vertically (Can be done with CSS 3.0)) To illustrate the problem let’s say we have 3 layout containers: a, b and c. All containers are of equal width and they each consume 1/3 of the screen. When I collapse container A, I want to display title of container A vertically, so that the user knows what is minimized. And this brings us to the second issue: I need the component to expand when I click on the bar (not on the arrow icon to expand, but on the vertical title bar that contains that icon). If I am not mistaken this can be done by listening to the click events on the cell itself and then determining where the click was placed, but I want to know if there is a built in method that allows for this functionality. Furthermore if the product does not contain this functionality, how can I modify the code without compromising bugs later on. (I am developing the application using GPL GNU product, but I plan on on buying the PRO version, since my application is commercial.
Hi
-
here is a demo
dhtmlx.com/docs/products/dht … _text.html -
expand when I click on the bar
this can be done also -
how can I modify the code without compromising bugs later on
you’d better ask this at our sales department sales@dhtmlx.com
changes (p.2 above) will minimal and they can be done w/o native code editing