/t5/dreamweaver-discussions/help-to-extend-spry-menu-bar/td-p/769627Feb 04, 2009
Feb 04, 2009
Copy link to clipboard
Copied
Dreamweaver does not allow the addition of a third-level
submenu in Design mode so I'm looking to the experts for help with
adding one using code.
Thanks.
/t5/dreamweaver-discussions/help-to-extend-spry-menu-bar/m-p/769628#M192213Feb 04, 2009
Feb 04, 2009
Copy link to clipboard
Copied
LATEST
ljknechtel wrote:
> Dreamweaver does not allow the addition of a third-level
submenu in Design mode so I'm looking to the experts for help with
adding one using code.
However, the Spry menus are simply nested lists. You can go
into code view and add how ever many nested levels you want. Use
the Menubar sample as a basis:
http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html Look in code view and check out the list that contains the
Item 3 as it has two sub-levels.