4 Replies Latest reply on Jun 6, 2007 4:34 AM by sahar_m

    direction of drop down menu for right to left language

    sahar_m

      H!,


      I want to use drop down menu for right to left language like farsi.
      I can do this by setting "direction" attribute to "bottom-left" for <rich:menuGroup> and it works, but the picture of arrow show the right direction and direction of icon and label is left to right.

      the sample code is:

       <rich:toolBar id="bar" height="30" >
       <rich:toolBarGroup location="right">
       <rich:dropDownMenu value="test1" direction="bottom-left" >
       <rich:menuItem value="test1-1" />
      
       <rich:menuItem value="Open"/>
       <rich:menuGroup value="Save As..." direction="bottom-left" style="align:center;bgcolor:#000000" >
       <rich:menuItem value="Text File" />
       <rich:menuItem value="PDF File" />
       </rich:menuGroup>
       </rich:dropDownMenu>
       </rich:toolBarGroup>
       </rich:toolBar>
      


      is there any way to set drection of drop down menu to right-to-left?

      please help me!!!! I really need it!!!!!!!!

      thanks.

      sahar