In your html page you can use the set the dir attribute of the html tag to the direction you want

<html xmlns="http://www.w3.org/1999/xhtml";  dir="ltr">

I believe you can do so automatically using the new attribute modifier.

Regards
Alshamsi


nlif wrote:
Hi all,

I would like to be able to set the page direction: right-to-left or
left-to-right.
This can be done via the browser's view -> switch page direction
menu-option,
but I need to be able to set this dynamically (i.e. by the application),
based on the locale.
Is this supported in Wicket?


Thanks,
Naaman




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to