Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Jason van Zyl Reporter: Arnaud HERITIER Created: Sat, 17 Apr 2004 9:41 PM Updated: Sat, 17 Apr 2004 9:41 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]
