The following comment has been added to this issue:

     Author: Brett Porter
    Created: Fri, 7 May 2004 6:30 PM
       Body:
Arnaud, are you going to apply this?
---------------------------------------------------------------------
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-97&page=comments#action_19498

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-97

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-97
    Summary: img attribute support for links items and target attribute support
       Type: Improvement

     Status: Open
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin

   Assignee: Arnaud HERITIER
   Reporter: Arnaud HERITIER

    Created: Sat, 17 Apr 2004 9:41 PM
    Updated: Fri, 7 May 2004 6:30 PM

Description:
I modified a few lines of code to :
- allow to use an image in the links
- allow to specify a target for the link for all items (links & menu)- Very usefull to 
open a new page for pdf files, javadocs, etc.

My navigation file can be :
...
<links>
...
  <item name="PDF Doc" href="/my_module.pdf" img="images/pdf.gif" target="_blank"/>
...
</link>
....
<menu ...>
...
   <item name="JavaDocs" href="/apidocs/index.html" target="_blank"/>
...
</menu>


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to