davidvv
Newbie
Posts: 1
Registered: 11/19/2002
Member Is Offline
|
posted on 11/19/2002 at 09:07 AM |
|
|
tree still working
tree still working :
if in original Tigra Tree Menu tree.js change "2" on "3":
"for (var i = 0; i < this.a_config.length - 2; i++) new tree_item(this, i);"
on
"for (var i = 0; i < this.a_config.length - 3; i++) new tree_item(this, i);".
-----------------------------------------------
and set comma (",") after last bracket in
Tigra Tree Menu tree_items.js.
look at fragment tree_items.js. ->
------------------------------------------------
['ActiveX Components', 'http://www.softcomplex.com/products.html#activex_components',
['ASP Upload Component', null,
['Home Page', 'http://www.softcomplex.com/products/asp_upload_component/'],
['Documentation', 'http://www.softcomplex.com/products/asp_upload_component/docs/'],
['Forum', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=35'],
],
],
------------------------------------------------
Attachment: Tigra Tree Menu.rar (13.35kb)
This file has been downloaded 399 times
|
|
|
|