Änderungen von Dokument Confluence bridge for Column

Zuletzt geändert von Daniel Herrmann am 2025/09/20 09:54

Von Version Icon 5.1 Icon
bearbeitet von Daniel Herrmann
am 2025/07/19 16:45
Änderungskommentar: Migrated property [contentOrder] from class [XWiki.WikiMacroClass]
Auf Version Icon 2.1 Icon
bearbeitet von Daniel Herrmann
am 2025/06/23 20:09
Änderungskommentar: Install extension [com.xwiki.pro:xwiki-pro-macros-confluence-bridges-ui/1.26.20]

Zusammenfassung

Details

Icon XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,3 +1,4 @@
1 1  .macro-column {
2 + display: table-cell;
2 2   padding: 5px;
3 3  }
Icon XWiki.WikiMacroClass[0]
Makro-Code
... ... @@ -6,8 +6,6 @@
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%'")
11 11   #end
12 12   (% class="macro-column" data-width="$escapedWidth" $style %)(((
13 13   {{wikimacrocontent /}}