Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 22, 2009 03:25
open dhtmlx forum
rtl of dhtmlx menu

How to make the menu order to right to left for arabic support.
Is this possible in dhtmlx menu
Answer posted by Alex (support) on Jun 22, 2009 06:28

Hello, 

unfortunately, no. Currently menu doesn't support rtl mode. 

Answer posted on Aug 17, 2009 02:31
Hi,

Attached a hack of dhtmlxmenu.js
the constructor has a third (boolean) parameter: rtlMode. unfortunately its only a
pseudo rtl-mode because the sub-menues opens and checkboxes will be positioned like LTR.
But it is adequate for my needs.

Attachments (1)
Answer posted by Support on Aug 17, 2009 09:20
Final 2.5 release will have RTL support for menu and toolbar ( in both cases it will not works in IE-quirks mode, but will work for IE-standard ) 
It will work for all elements , including sub-menus
( 2.5 beta , which is available online, already contains part of this functionality )