Message: The following issue has been closed.
Resolver: Arnaud HERITIER Date: Mon, 10 May 2004 6:45 PM Applied --------------------------------------------------------------------- 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: Closed Priority: Trivial Resolution: FIXED Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-xdoc-plugin Fix Fors: 1.7 Assignee: Arnaud HERITIER Reporter: Arnaud HERITIER Created: Sat, 17 Apr 2004 9:41 PM Updated: Mon, 10 May 2004 6:45 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]