0 Stimmen

Änderungen von Dokument Icon Picker Macro

Zuletzt geändert von xwikiadmin am 2024/01/25 22:03

Von Version 4.1
bearbeitet von xwikiadmin
am 2022/07/24 21:40
Änderungskommentar: Install extension [org.xwiki.platform:xwiki-platform-icon-ui/13.10.7]
Auf Version 3.1
bearbeitet von xwikiadmin
am 2022/01/18 21:04
Änderungskommentar: Migrated property [priority] from class [XWiki.WikiMacroClass]

Zusammenfassung

Details

XWiki.WikiMacroClass[0]
Makro-Code
... ... @@ -22,10 +22,10 @@
22 22   options['prefix'] = '$escapetool.javascript($xcontext.macro.params.prefix)';
23 23   #end
24 24   #if("$!xcontext.macro.params.id" != '')
25 - $('#${escapetool.javascript(${xcontext.macro.params.id})}').xwikiIconPicker(options);
25 + $('#${xcontext.macro.params.id}').xwikiIconPicker(options);
26 26   #end
27 27   #if("$!xcontext.macro.params.get('class')" != '')
28 - $('.${escapetool.javascript(${xcontext.macro.params.get('class')})}').xwikiIconPicker(options);
28 + $('.${xcontext.macro.params.get('class')}').xwikiIconPicker(options);
29 29   #end
30 30   });
31 31  </script>
Powered by MakerspaceBonn e.V.