Änderungen von Dokument Button
Zuletzt geändert von xwikiadmin am 2024/06/24 15:04
Von Version 4.1
bearbeitet von xwikiadmin
am 2023/10/26 10:38
am 2023/10/26 10:38
Änderungskommentar:
Install extension [com.xwiki.pro:xwiki-pro-macros/1.12]
Auf Version 3.1
bearbeitet von xwikiadmin
am 2023/10/26 09:30
am 2023/10/26 09:30
Änderungskommentar:
Migrated property [type] from class [XWiki.WikiMacroParameterClass]
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Versteckt
-
... ... @@ -1,1 +1,1 @@ 1 - true1 +false
- XWiki.WikiMacroClass[0]
-
- Makro-Code
-
... ... @@ -46,12 +46,6 @@ 46 46 #set ($darkenedColors = []) 47 47 #darken($colors, $darkenedColors) 48 48 {{html clean=false}} 49 - ## #124: The Button macro deletes followup content when inserted from wysiwyg 50 - ## Wrap the macro output inside a block element if the context where the macro is inserted is not inline, e.g. if the 51 - ## macro is inserted between paragraphs rather than between the text of a paragraph. Otherwise the generated HTML is 52 - ## invalid which breaks the WYSIWYG editing because the browser tries to fix the invalid HTML and messes up the macro 53 - ## output markers that protect the macro output. 54 - #if (!$wikimacro.context.isInline())<p>#end 55 55 <a href="$url" #if($newTab == 'true')target="_blank"#end> 56 56 <button 57 57 style=" ... ... @@ -65,7 +65,6 @@ 65 65 $label 66 66 </button> 67 67 </a> 68 - #if (!$wikimacro.context.isInline())</p>#end 69 69 {{/html}} 70 70 #end 71 71 {{/velocity}}