JavaScript.CoolDev.Com Support Forums
Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com
| Author |
Message |
lea Guest
|
Posted: Sun Oct 26, 2003 5:38 pm Post subject: 3 Problems with the Tree |
|
|
Hi,
cool Tree, first of all! nevertheless I have three litlle problems for which I'm sure there is an easy solution.
1. can I set expansion for every node seperately? How?
2. how do I put 2 trees on one page next to each other?like:
tree1 tree2
3. for some reason, the last child is always set off from the others. looks like this:
parent
child1
child2
child3
why's that? can I fix it?
thanks for your help. keep it up!
Lea from Germany |
|
| Back to top |
|
 |
MB Guest
|
Posted: Thu Apr 01, 2004 12:34 am Post subject: Response to Q#3 & #2 |
|
|
For Q#3 ------>
I would suggest editing this bit of code in your nodes.js file:
(If it exists, remove it...)
['', null, null], |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Fri May 07, 2004 7:57 am Post subject: |
|
|
1. Pro version has "expanded" option:
| Code: | | ['My node', 'my_file.html', "someFrame", {format:{expanded:true}}], |
2. Use a table with two cells. Don't forget to name your trees differently, e.g. tree1 and tree2. |
|
| Back to top |
|
 |
|
|