jahwired
Newbie
Posts: 1
Registered: 11/12/2002
Member Is Offline
|
| posted on 11/12/2002 at 03:48 PM |
|
|
TARGET option does not work
The target option, as shown in your example, does not work at all.
This is what your help file indicates:
var MENU_ITEMS = [
['Home','http://www.your-site.com/', null],
['SoftComplex', 'http://www.softcomplex.com/', '_blank',
['Serveces', 'http://www.softcomplex.com/services.html', 'frame_name'],
['Download', 'http://www.softcomplex.com/download.html', '_self'],
['Order', 'http://www.softcomplex.com/order.html', '_parent'],
['Support', 'http://www.softcomplex.com/support.html', null],
],
['Level 0 Item 1', null, null,
['Level 1 Item 0', 'another.html', null],
['Level 1 Item 1', null, null],
['Level 1 Item 2', null, null],
['Level 1 Item 3', null, null],
],
];
Besides the fact that the var should be "TREE_ITEMS", the tree does not show properly when including the "TARGET" option.
Please help.
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/13/2002 at 04:15 PM |
|
|
The file you provided is for Tigra (not tree) Menu, frames compatible version. Use parameter in tree_tpl.js to set target when using Tigra Tree Menu.
|
|
|
|