I am using the jquery-ui-layout plugin in a website: jQuery UI Layout Hompage
There are options togglerContent_open
and togglerContent_closed
that allow you to place html inside of the toggler. I want to include text in my EAST pane, but my problem is the text displays horizontally across a vertical toggler, so only the first character can be seen.
How can I display it so that it reads vertically instead? Like either of (sry, very rough mock-up) the options below. Is it an option in jQuery UI Layout or just css?
EDIT: Does anyone know if this is possible by modifying jQuery UI Layout settings?