Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Clément Desableau on 2023/06/01
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -47,8 +47,17 @@ 47 47 48 48 1.1.1 Parameters 49 49 50 +Introducing a parameter to a wiki macro is pretty straight forward; you simply need to add an object of type XWiki.WikiMacroParameterClass into your wiki macro document (one object per parameter). This class contains several fields that allows you to define your parameter clearly: 51 + 52 +* Parameter name: 53 + 54 +* Parameter description: 55 + 56 +* Parameter mandatory: 57 + 50 50 #error("This section is being updated") 51 51 60 + 52 52 1.1 WYSIWYG Access 53 53 54 54 A wiki macros is treated just like any other rendering macro in the system. As such, the moment you save your wiki macro it will be available to the users through the WYSIWYG editor's *Insert Macro* dialog box: