You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Fred Muhlenberg <Fr...@Sun.COM> on 2005/02/02 20:26:52 UTC

Navigation.xml and collapsable menu's

> You must create a "navigation.xml" file:
> http://maven.apache.org/site.html

Thanks for the response.  I'm not sure how I missed that (probably rushed).

Now, I am trying to get a collapsible menu to work.  With the following 
navigation.xml file, after generating the site, I get the triangle, 
indicating possible expansion of the Setup menu.  However, clicking on 
the Setup link doesn't expand it -- it does show the Setup.html file 
correctly.

What am I missing on getting the Setup menu to expand?

<?xml version="1.0"?>
<project>
  <title>Development Menu tree</title>
  <body>
   <menu name="Development" collapse="true">
    <item name="Setup" href="Env-Setup.html" collapse="true">
     <item href="/cvs.html" name="CVS" collapse="true"> </item>
     <item href="/ant.html" name="Ant" collapse="true"> </item>
    </item>
    <item href="/tasks.html" name="To Do"> </item>
    <item href="/faq.html" name="FAQs"> </item>
   </menu>
  </body>
</project>

The sample from http://maven.apache.org/site.html doesn't expand for me 
either.

-Fred


-- 
Fred Muhlenberg

'Tell me and I may forget.  Show me and I may not remember.
  Involve me, and I'll understand.'
                             Native American Saying

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org