The Link plugin is a simple plugin that can be used to insert targeted links into pages.
This should work as of 2.8.1, just drop the JAR file into WEB_INF/lib/ and adjust your plugin path if necessary.
-- LouMasters, 13-Jul-2011.
Usage#
[{Link src='urlORattachment' target='target' label='labeltext'}]
generates a hyperlink to the attachment with the specified target. Target can be one of the following:
_blank
_parent
_self
_top
framename
The default target is _self.
Example#
[{Link src='andre.gif' target='_blank' label='The Giant'}]
Discussion#
ContributedPlugins
Add new attachment
List of attachments
| Kind | Attachment Name | Size | Version | Date Modified | Author | Change note |
|---|---|---|---|---|---|---|
jar |
LNLink.jar | 2.0 kB | 1 | 13-Jul-2011 20:27 | LouMasters | initial jar upload |
java |
Link.java | 2.2 kB | 1 | 13-Jul-2011 20:27 | LouMasters | initial code upload |