venkat856
Joined: 28 Sep 2004 Posts: 2 Location: Hyderabad
|
Posted: Tue Sep 28, 2004 6:32 am Post subject: Parent Node with a link collapsing |
|
|
Hello Sir,
I want links to all the nodes (i.e to parent nodes and its child nodes). So gave the values are as follows. But the tree getting collapsed which i did not want. Please tell me how to do this.
var TREE_NODES =
[
["Cover", "frontpage.htm", "_self",
["Introduction", "introduction.htm", "_self",],
["Ecological requirements", "ecological_requirements.htm", "_self",],
["Establishment", "seed_production.htm", "_self",
["Seed production", "seed_production.htm", "_self",],
["Pre-treatment", "pre-treatment.htm", "_self",],
["Nurseries", "nurseries.htm", "_self",],
["Planting", "planting.htm", "_self",],
]
]
]
Thanking you
Regards,
R.Venkatesh
www.2rlysure.com
| Code: |
var TREE_NODES =
[
["Cover", "frontpage.htm", "_self",
["Introduction", "introduction.htm", "_self",],
["Ecological requirements", "ecological_requirements.htm", "_self",],
["Establishment", "seed_production.htm", "_self",
["Seed production", "seed_production.htm", "_self",],
["Pre-treatment", "pre-treatment.htm", "_self",],
["Nurseries", "nurseries.htm", "_self",],
["Planting", "planting.htm", "_self",],
]
]
]
|
|
|