On Feb 26, 2008, at 1:49 PM, Smart, Susan wrote:

Spry menubar widget outputs <ul><li> etc. How do I access a folder/ page
mapping? Is this stored in XML somewhere?

EX:  top level menu item (folders/pages) > child menu items >

= <ul>
    <li id="topLevel">
        <ul>
            <li id="childLevel">
                etc.....

In the source code, we have an example of a javascript menu widget called "jscookmenu" Take a look at the jscookmenu layouts for an example of how to generate menus in javascript:

http://svn.apache.org/repos/asf/portals/jetspeed-2/portal/trunk/ jetspeed-portal-resources/src/main/resources/webapp/decorations/ layout/jscookmenu/

Reply via email to