randy
Junior Member
Posts: 3
Registered: 10/8/2002
Member Is Offline
|
posted on 10/8/2002 at 07:33 PM |
|
|
Tree Menu without Frames
Is there anyway to display the tree menu
outside the FRAME environment and have the parent item open the list of child items instead of directing to a new page ?
Example:
Home:
A LIST
A-1 LIST
A-2 LIST
B LIST
C LIST
If I click on "A LIST" it will ONLY open the listing below for A-1 and A-2 and not attempt to go to a new page?
Thanks!
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/6/2002 at 03:01 PM |
|
|
if you want to use tree without frames then put '_self' as target frame in tree_tpl.js
if you don't want tree item to have link then put null (no quotes) in link field of the item.
|
|
|
randy
Junior Member
Posts: 3
Registered: 10/8/2002
Member Is Offline
|
posted on 11/7/2002 at 03:38 PM |
|
|
No frames Problem
I did as recommended, I set the frame element to _self and for my header piece, I put the link as such:
['Admin Functions',,
-- Then of course the remaining elements.
I tried it these ways as well:
['Admin Functions',NULL,
['Admin Functions',Null,
['Admin Functions','NULL',
and still the same results.
When I click on the word:
Admin Functions, nothing happens.
It does not drop down the child elements.
Suggestions????
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/12/2002 at 09:07 AM |
|
|
only correct syntax left to try:
['Admin Functions', null,
|
|
|