Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:33
SUB sub menu?
Poster: Disappearing Boy
Dated: Thursday April 3 2003 - 18:55:30 BST
Hey guys, I've searched, and found nothing (or nothing of use to me..) so here goes;
How can I implement a sub-sub menu from one of my items? Thanks..
Re: SUB sub menu?
Poster: Oraya
Dated: Friday April 4 2003 - 1:56:02 BST
Disappearing Boy wrote:
Hey guys, I've searched, and found nothing (or nothing of use to me..) so here goes;
How can I implement a sub-sub menu from one of my items? Thanks..
How can I implement a sub-sub menu from one of my items? Thanks..
The same way as the sub menu is written:
Example
Main menu:
,"Free Down Loads","show-menu=downloads ",,"#",1
2nd Level:
addmenu(menu=["downloads",
,,104,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Software", "show-menu=win98",,,1
3rd Level:
addmenu(menu=["win98",
,,136,1,"",plain_style,,,effect,,,,,,,,,,,,
,"Windows software", "win98.html",,,1
The links to each menu are in bold! Hope that helps you.
Oraya