About sLink
sLink is a simple snippet that can be used to generate xhtml markup links / anchors in your resource. sLink takes several parameters and can grab data from a resource specified, or use simple strings for the title and link text
Version 1.0-rc2 is the second release for this snippet and uses the following parameters:
* &to - document ID or url to link to [required] * &title - resource field (for resources) or string to use for the title (hover text) * [pagetitle|menutitle|longtitle|introtext|description|custom string] [default: longtitle] * &link - resource field (for resources) or string to use for the link text * [pagetitle|menutitle|longtitle|introtext|description|custom string] [default: menutitle] * &name - value for name attribute, used to create in-page anchors [optional] * &class - value for the class attribute for css [optional] * &debug - debugging level: * 0: off (error means no output) * 1: on, showing the amount of errors only (default) * 2: advanced, shows the error information as well as parameter values
RC2 fixes a silly bug or two as opposed to RC1.
Information
New in sLink 1.0-rc2
There are no release notes for this version.