PluginTag

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
JSPWikiTags

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Allows you to insert any of the JSPWikiPlugins directly into the template.


Usage

<wiki:Plugin plugin="<plugin class>" args="<argument string>" />

Parameters

plugin
The fully-fledged class name of the plugin. If the plugin is one of the standard plugins that come with the JSPWiki distribution OR it's package name has been added to jspwiki.properties (see jspwiki.plugin.searchPath), then you can use also the class name directly.

args
The argument string to the plugin, as if you were giving it on the page itself.

Example

<wiki:Plugin plugin="Counter" args="name='foo'" />

Inserts the CounterPlugin?, with its name set to 'foo'.


Printer Friendly  Page Info
This page last changed on 09-Mar-2003 20:19:30 UTC by unknown.