Diff: 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


Difference between current version and current version:
At line 0 added 20 lines.
+ Allows you to insert any of the [JSPWikiPlugin]s 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'.

Back to PluginTag, or to the Page History.