Wiki source code of Writing XWiki Macros
Version 5.1 by Asiri Rathnayake on 2009/07/21
Hide last authors
author | version | line-number | content |
---|---|---|---|
|
5.1 | 1 | 1 Writing XWiki Macros |
|
2.1 | 2 | |
|
4.1 | 3 | XWiki macros can be written with two approaches. If you are introducing a completely new functionality to XWiki platform and if you think you need to exploit the power of JAVA and XWiki rendering engine, you may consider writing a *Rendering Macro*. On the other hand if you are comfortable with XWiki programming / scripting, you can go for a *Wiki Macro* instead. Following tutorials explain these two approaches in greater detail: |
|
2.1 | 4 | |
5 | * [Writing an XWiki Wiki Macro>WikiMacroTutorial] | ||
6 | |||
7 | * [Writing an XWiki Rendering Macro>RenderingMacroTutorial] | ||
8 | |||
|
3.1 | 9 | |
|
4.1 | 10 |