You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Antoine (JIRA)" <ji...@codehaus.org> on 2005/07/13 23:40:57 UTC

[jira] Created: (MNG-584) site-plugin / Menu / Collapsed items does not work anymore ?

site-plugin / Menu / Collapsed items does not work anymore ?
------------------------------------------------------------

         Key: MNG-584
         URL: http://jira.codehaus.org/browse/MNG-584
     Project: Maven 2
        Type: Bug
  Components: maven-plugins  
    Versions: 2.0-alpha-3    
 Reporter: Antoine


The collapsed/expanded menu function seems not to function anymore.

among several tests, i tried the example given on maven 1 user guide : http://maven.apache.org/using/site.html

<!-- Menu in the Left Navigation -->
    <menu name="Menu Name">
      <!-- Standalone item -->
      <item name="Item" href="/item.html" />

      <!-- Uncollapsed Submenu -->
      <item name="Alpha" href="/alpha/index.html">
        <item name="Alpha One" href="/alpha/one/index.html"/>
        <item name="Alpha Two" href="/alpha/two/index.html"/>
      </item>

      <!-- Collapsed Submenu -->
      <item name="Beta" href="/beta/index.html" collapse="true">
        <item name="Beta One" href="/beta/one/index.html" collapse="true"/>
        <item name="Beta Two" href="/beta/two/index.html" collapse="true"/>
      </item>
    </menu>

both item "Alpha" and "Beta" are expanded. 
Never collapsed.






-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MNG-584) site-plugin / Menu / Collapsed items does not work anymore ?

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-584?page=all ]
     
Vincent Siveton closed MNG-584:
-------------------------------

      Assign To: Vincent Siveton
     Resolution: Fixed
    Fix Version: 2.0-beta-1

Done in SVN

> site-plugin / Menu / Collapsed items does not work anymore ?
> ------------------------------------------------------------
>
>          Key: MNG-584
>          URL: http://jira.codehaus.org/browse/MNG-584
>      Project: Maven 2
>         Type: Bug
>   Components: maven-plugins
>     Versions: 2.0-alpha-3
>     Reporter: Antoine
>     Assignee: Vincent Siveton
>      Fix For: 2.0-beta-1

>
>
> The collapsed/expanded menu function seems not to function anymore.
> among several tests, i tried the example given on maven 1 user guide : http://maven.apache.org/using/site.html
> <!-- Menu in the Left Navigation -->
>     <menu name="Menu Name">
>       <!-- Standalone item -->
>       <item name="Item" href="/item.html" />
>       <!-- Uncollapsed Submenu -->
>       <item name="Alpha" href="/alpha/index.html">
>         <item name="Alpha One" href="/alpha/one/index.html"/>
>         <item name="Alpha Two" href="/alpha/two/index.html"/>
>       </item>
>       <!-- Collapsed Submenu -->
>       <item name="Beta" href="/beta/index.html" collapse="true">
>         <item name="Beta One" href="/beta/one/index.html" collapse="true"/>
>         <item name="Beta Two" href="/beta/two/index.html" collapse="true"/>
>       </item>
>     </menu>
> both item "Alpha" and "Beta" are expanded. 
> Never collapsed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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