Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to use a javascript tree menu in infobox ?


azer

Recommended Posts

Posted

im willing to try to do for categories and laso article manager contribution infobox , the using of a tree view in javascript to not have to recharge the index php each time i try to expand or collapse my categories and subcategories

 

i found on the web 2 free script :

 

demo : http://www.treeview.net/treeviewfiles/demoFrameless.html

http://www.treeview.net/treemenu/instructions.asp

 

http://www.treeview.net/treeviewfiles/demoFrameless.html

 

does anybody got advice or tired to do such a work ...

 

it has been surely done with other kind of dhtml menu ...

 

thanlks in advance for any help

MS2

Posted

i could send some script code if people are interested by my work

MS2

  • 8 months later...
Posted
DID SOMEONE TRIED tigra menu ?

 

The problem you will have is when the tree is larger than what you allocated for space. You see OSC is table driven layout and javascript trees are using layers. Layers are contolled via the browser space and tables are outside of the layers and normal document flow. So until a time someone makes the layout of OSC fluid your task is futile.

 

I did a work around on an aspx site check it out it uses a table layout, however the javascript tree only allows one expanded node at a time.

 

http://www.sprocketcenter.com

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...