| 
       
          
                    Does you tree menu php support right-to-left layout?
       
      Return to Recent Questions
 
  
Q:
> Does you tree menu php support right-to-left layout? that is to say it opens the
branches/submenus from the right to left .
  
A:
 
Yes it is possible to create a menu for right-to-left languages with Deluxe Tree in the same way as in standard html
code. 
 Please, set <HTML dir="rtl">.  
  You should set the following parameters:
  
var titemAlign="right"; 
var ticonAlign="right"; 
var texpandBtnAlign="right";
  
Deluxe Menu support right-to-left languages. 
In Deluxe Menu you can set the following parameter: 
var dmRTL = 1;
  
Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.
  
 
 
  
Return to Recent Questions
           Related: 
         
         - Aug 28, 2006 - Top menu in a 6x4 cell layout (effectively a rectangle)
 - Sep 06, 2006 - Can't see my javascript vertical tree menu in FireFox.
 - Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
 - Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
 - Oct 06, 2006 - Where I can find data.js file for tree javascript menu?
 - Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
 - Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
 - Feb 01, 2007 - Is it possible to accomplish the following functionalities with your web tree menu
 - Feb 10, 2007 - Is there any functionality for tree menu script to  show/hide specific branches?
 - March 14, 2007 - I need to be able to either automatically wrap the line in the dhtml menu tree
 - March 18, 2007 - Is there a template that allows me to have a standard windows tree control menu
           
               
   |