Changes for page Writing XWiki Rendering Macros in wiki pages
Last modified by Clément Desableau on 2023/06/01
Change comment:
Specify that there can be only one object of type XWiki.WikiMacroClass per wiki page.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.mflorea - Content
-
... ... @@ -28,7 +28,7 @@ 28 28 29 29 == Definition == 30 30 31 -Wiki macros are defined using objects of type ##XWiki.WikiMacroClass##. You define a wiki macro by creating a new wiki page and attaching to it an object of type ##XWiki.WikiMacroClass##. This class contains the following fields: 31 +Wiki macros are defined using objects of type ##XWiki.WikiMacroClass##. You define a wiki macro by creating a new wiki page and attaching to it an object of type ##XWiki.WikiMacroClass##. There can be only one object of type ##XWiki.WikiMacroClass## per wiki page (if you add more only the first will be used). This class contains the following fields: 32 32 33 33 * Macro id: Id of the macro to be used by users when invoking your macro from wiki code 34 34 * Macro name: Name of the macro to be displayed on the wysiwyg editor