Changes for page APIMacro

Last modified by jklein on 2025/06/24 11:07

From version 28.4
edited by jklein
on 2025/06/02 14:02
Change comment: There is no comment for this version
To version 28.1
edited by jklein
on 2025/06/02 13:56
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,5 +1,7 @@
1 1  .showhide-header {
2 -
2 + border: 1px solid #ccc;
3 + background-color: #f7f7f7;
4 + border-radius: 4px 4px 0 0;
3 3   padding: 10px 12px;
4 4   cursor: pointer;
5 5   user-select: none;
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -32,11 +32,10 @@
32 32  </div>
33 33  {{/html}}
34 34  (% class="showhidecontent" #if($id && $id!="")id="showhidecontent${id}" #end#if($xcontext.action != 'edit') style="display: none;"#end %)
35 -(((
36 -(((
37 -{{code language="$mparams.language"}}{{wikimacrocontent /}}{{/code}}
38 -)))
35 +(((
36 +(((
37 +{{wikimacrocontent /}}
39 39  )))
40 -
41 41  )))
40 +)))
42 42  {{/velocity}}
Macro description
... ... @@ -1,1 +1,1 @@
1 -Makro für PublicAPI-Commands
1 +Show/hide content with animations.
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community