Skip to Content
0
Former Member
Oct 15, 2009 at 02:07 PM

Tag lib attribute direction:nav:iterateInitialNavNodes direction="backward"

25 Views

Hi Experts,

I am creating a custom TLN and need to give multilingual support for the same. I am using "nav" tag lib for iterating the roles and worksets.

For Arabic language the first node should start from right and then next node should come in left of it.

I have achieved the text alignment By using style sheet :

in div:

direction: rtl;

text-align: right;

Now I wanted to start iterating from last node so that first node will automatically be placed in extreme right.

But direction attribute is not showing any difference in my case.

Refered : http://help.sap.com/saphelp_nw70/helpdata/en/42/f354e0a7203255e10000000a1553f7/frameset.htm

Please let me know if there is any other way to write it or any other way to make alignment of nodes right to left for arabic support.

thanks in advance.

Regards

Deepak