Änderungen von Dokument Icon Picker Macro
                  Zuletzt geändert von admin am 2025/06/24 21:06
              
      Zusammenfassung
- 
          Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
- 
          Objekte (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
- 
      - Dokument-Autor
-   ... ... @@ -1,1 +1,1 @@ 1 -XWiki.admin -01 +XWiki.admin 
 
- 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> 
 
