Änderungen von Dokument Confluence bridge for Column
Zuletzt geändert von xwikiadmin am 2025/12/11 07:47
Von Version 5.1
bearbeitet von xwikiadmin
am 2025/12/11 06:30
am 2025/12/11 06:30
Änderungskommentar:
Migrated property [executionIsolated] from class [XWiki.WikiMacroClass]
Auf Version 6.1
bearbeitet von xwikiadmin
am 2025/12/11 07:47
am 2025/12/11 07:47
Änderungskommentar:
Install extension [com.xwiki.pro:xwiki-pro-macros-confluence-bridges-ui/1.28.5]
Zusammenfassung
-
Objekte (2 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -1,4 +1,3 @@ 1 1 .macro-column { 2 - display: table-cell; 3 3 padding: 5px; 4 4 }
- XWiki.WikiMacroClass[0]
-
- Makro-Code
-
... ... @@ -6,6 +6,8 @@ 6 6 #if ("$!xcontext.macro.params.width" != '') 7 7 #set ($escapedWidth = $services.rendering.escape($xcontext.macro.params.width, 'xwiki/2.1')) 8 8 #set ($style = "style='width: $escapedWidth'") 9 + #else 10 + #set ($style = "style='width:100%'") 9 9 #end 10 10 (% class="macro-column" data-width="$escapedWidth" $style %)((( 11 11 {{wikimacrocontent /}}