|
|
I cannot find the parameter in menu example file "data.js" for umlaute a, u. I want it to set manually.
Return to Recent Questions
Q:
I cannot find the parameter in menu example file "data.js" for umlaute a, u. I want it to set manually.
A:
You can save your data file in UTF-8 in Windows version of Deluxe
Tuner v3.5.
You should turn on "Tools/Use utf8 encode" property.
In that case your data file will be saved in UTF-8 encode.
Enter these symbols and save your data file.
If you don't want to use UTF-8 encode on your page you should turn off
"Tools/Use utf8 encode" property, save your data file and manually
change your letters in any text editor.
You can also replace your letters with special sets, for example
ä - Small a, acute accent - a
ü - Small c, cedilla - u
var menuItems = [
["ä....","testlink.html", "", "", "", "", "", "", "", ],
["ü....","testlink.html", "", "", "", "", "", "", "", ],
Return to Recent Questions
Related:
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Jan 18, 2007 - Why can't I have more than 5 buttons in vista 1 html menu examples?
- Jan 27, 2007 - The Janarator image does not show javascript menu example
- Feb 03, 2007 - The dhtml menu example looks different in IE and Firefox. In IE it is much
- Feb 14, 2007 - Can I specify an image in place of text or background in my menu vertical example?
- Feb 28, 2007 - I've started using your html menu example the CPU jumps to 100%
- March 26, 2007 - I cannot see the shadow on the top items in my drop down menu example.
- April 12, 2007 - How can I create the javascript tree drag drop menu like in your examples?
- April 19, 2007 - I cannot find any examples of other sites that may be using your drop down menu.
- April 20, 2007 - I didn't see any examples using a target attribute for the url in javascript menu
- June 02, 2007 - I have two same javascript menu examples. The second menu doesn't work correctly.
|