JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

3 Problems with the Tree

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsTree
Author Message
lea
Guest





PostPosted: Sun Oct 26, 2003 5:38 pm    Post subject: 3 Problems with the Tree Reply with quote

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





PostPosted: Thu Apr 01, 2004 12:34 am    Post subject: Response to Q#3 & #2 Reply with quote

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

PostPosted: Fri May 07, 2004 7:57 am    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsTree All times are GMT
Page 1 of 1