Änderungen von Dokument Confluence bridge for Column
Zuletzt geändert von xwikiadmin am 2025/05/21 09:56
Von Version 1.1
bearbeitet von xwikiadmin
am 2024/06/24 14:50
am 2024/06/24 14:50
Änderungskommentar:
Install extension [com.xwiki.pro:xwiki-pro-macros-confluence-bridges-ui/1.19.4]
Auf Version 4.1
bearbeitet von xwikiadmin
am 2025/05/21 09:56
am 2025/05/21 09:56
Änderungskommentar:
Install extension [com.xwiki.pro:xwiki-pro-macros-confluence-bridges-ui/1.26.19]
Zusammenfassung
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- XWiki.WikiMacroClass[0]
-
- Makro-Code
-
... ... @@ -4,9 +4,10 @@ 4 4 #set ($style = '') 5 5 #set ($extraCssClass = 'withWidth') 6 6 #if ("$!xcontext.macro.params.width" != '') 7 - #set ($style = "style='width: $xcontext.macro.params.width'") 7 + #set ($escapedWidth = $services.rendering.escape($xcontext.macro.params.width, 'xwiki/2.1')) 8 + #set ($style = "style='width: $escapedWidth'") 8 8 #end 9 - (% class="macro-column" data-width="$ xcontext.macro.params.width" $style %)(((10 + (% class="macro-column" data-width="$escapedWidth" $style %)((( 10 10 {{wikimacrocontent /}} 11 11 ))) 12 12 #end - Unterstützt Inline-Modus
-
... ... @@ -1,1 +1,1 @@ 1 - Ja1 +Nein