Text Direction & Categories

Hello, I am wondering if it is possible to change the text direction of the scheduler? For example, I want week view to show the 7 days, but I may have 3 different appointments on a single time 7am:7pm 7am:10am etc whihc practiaccly halves the space and only shows the first fwe letters in a line.

I am wondering if it could show like this:

|M|
|e|
|e|
|t|
|i|
|n|
|g|

Or even “Meeting” but rotated at 90* not |Mee|

Also does it have the option for categories to be added?

Thanks for any replies, will be a great help

Running Joomla 1.5.23 if that helps

Hello,

Locate scheduler_include.html file.
And add following there:

<style type="text/css"> .dhx_body { word-wrap: break-word; } </style>
Best regards,
Ilya

Many Thanks, that is better, is there anyway that the text can be rotated though, sorry this is a request from the boss.

Also the PDF printout does not relay the

.dhx_body { word-wrap: break-word; }

Is there anyway I can do this?

Hi,

export doesn’t support such text style, there is no way to change such behavior.