Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Labels:None
-
Number of attachments :
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>
Issue Links
- is duplicated by
-
MPXDOC-99
Menu items (itemLink / href) should have target feature
-
patch.