Vertical text in layout header

Hi!

Where I can find sample of vertical text in layout header. I seen it somewhere in samples, but can’t find anymore. Looked all layout samples but didn’t find it.

Thanks!

Hi,

You may use image with the necessary text in this case.

In case text in collapsed cell you may use simething as follows:

dhxLayout.setCollapsedText(cell_id, “”);

So in other words there is no support of vertical text on a vertical collapsed panel. This is not good thing for supporting multiple languages where you would need MANY images for the different languages…

Are there any other solutions?

Hi, I had the same issue…
If it is still actuall, try this (or for somebody else):

dhxLayout.setCollapsedText(“a”,"<div style=“display: block;writing-mode: tb-rl;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);”>123");