|
May I use this tree menu dhtml in Arabic mode I mean in right to left
Return to Recent Questions
Q:
May I use this tree menu dhtml in Arabic mode I mean in right to left mode?
If yes please let me know how?
A:
You're able to use any characters for tree menu dhtml in the same way as
you use them for standard html page.
The only issue is that submenus can be shown in incorrect position
when you're using dir=rtl for your page.
var dmRTL = 0;
Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.
Use also
var smViewType = 2;
for right-to-left languages.
Please, see example:
http://deluxe-menu.com/ways-showing-submenus-sample.html
This examples demonstrates how the menu can change a submenus
direction. Use var smViewType parameter to change a submenus
direction:
var smViewType = 0..3;
Values:
0 - from left to right;
1 - from left to right + upwards;
2 - from right to left;
3 - from right to left + upwards;
In Deluxe Menu when you call data .js file you can try to specify the encoding:
<script src="data.js" charset="utf-8"></script>
Unfortunately, you can't use arabic characters in Deluxe Tuner application.
You should manually correct your code.
Return to Recent Questions
Related:
- March 26, 2009 - After click the links the drop down menu javascript stops showing up in cross-frame mode...
- March 29, 2009 - Which license we should buy to use css vertical drop down menu on CD/DVD?
- Apr 06, 2009 - I am trying to use the sliding menu javascript in a perl script.
- Apr 17, 2009 - I have 25 images on one page. I want to use it's own popup javascript menu vertical for each image.
- May 06, 2009 - I am looking to create a menu html javascript to use it on a CD. Which license should I buy?
- May 07, 2009 - I am interesting to use the html select menu for integration in some CMS...
- May 07, 2009 - Does your dhtml website navigation menu support right-to-left languages, like Hebrew?
- May 16, 2009 - I like popup-mode javascript menu master but I couldn't make it to work on my computer.
- Jun 01, 2009 - Is there a way to center dynamic menu html text because they are left justified now?
- Jun 06, 2009 - Can I use this software to create javascript flyout menu on a Mac (Mac OSX)?
- Jun 12, 2009 - In Firefox my html side menu is shifted way to the right
|