|
|
No matter if I set the parmeter "var texpanded" to '1' or '0' it expands by default tree menu javascript. Why?
Return to Recent Questions
Q:
I've finally got it working and it looks good. So thanks. But... unfortunally
there's still a small problem wich occured after I got everything else working:
No matter if I set the parmeter "var texpanded" to '1' or '0' it expands by
default tree menu javascript. Why?
I also have another question I forgot to ask you about earlier: Originally I
only had the data.js file but in the non-profit zip file you gave me there was
no "data.js" file, only "data-tree.js". Wich one will the script use? Do I need
both? The javascript call I put where I want the menu to appear calls for "DATA.
js". So what good does the "data-TREE.js" file do?
I include the "data.js" file if you need to have a look at it. The "data-tree.
js" file is identical now that I changed all the "var tmenuItems" at the
bottom). (The "menu.html" I guess you can look at yourself by "View source".)
Also, the submenus where I would like to put XP style menus are not finished
yet but for now I have the same "tree" script in them. They are under
"DART/dartspel.html", and on six artist discographys under MUSIK: Edguy, Katie
Melua, Joe Satriani, Michael Schenker, Trans-Siberian Orchestra and Magnus
Uggla. This is if you'ld like to see the sub pages where I use other "copys"
of
Deluxe-tree. (I hope you don't mind that the "Illegal copyright" nag is very
small. It's supposed to dissapear anyway with the new Non-profit license).
A:
1) See the structure of your tmenuItems is incorrect now.
You should write:
["->HEM (Klicka f?r meny)","welcome.html", "data.files/hem.gif", "data.files/hem2.gif", "data.files/hem.gif", "Startsidan", "right", "", ],
Without '|' symbol in the beginning.
2) You should write tleft parameter correctly. Now you have:
//--- Positioning
var tabsolute=1;
var tleft="00px";
var ttop="10px";
Write it in the following way:
var tleft="10px";
3) data-tree.js file is the default tree menu javascript file. There is no need to use it if you already have
your data.js file.
Return to Recent Questions
Related:
- Sep 02, 2006 - Can I show / hide the javascript floating menu .
- Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Sep 06, 2006 - Can't see my javascript vertical tree menu in FireFox.
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 18, 2006 - The submenus of the cross frame menu are offset by about 100 pixels to the right.
- Sep 23, 2006 - Is it possible that javascript drop down menus doesn't put anything on the local computer?
- Sep 23, 2006 - Is it possible that your menu call some javascript onmouseover event?
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
|