Changes for page Icon Picker Macro

Last modified by admin on 2026/06/07 08:06

From version 2.1
edited by admin
on 2026/06/07 08:06
Change comment: Set default code macro language to java
To version 1.1
edited by admin
on 2026/05/15 15:32
Change comment: Install extension [org.xwiki.platform:xwiki-platform-icon-ui/17.10.8]

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  = Usage =
2 -{{code language="java"}}
2 +{{code}}
3 3  {{iconPicker id="" class="" prefix="" /}}
4 4  {{/code}}
5 5  
... ... @@ -8,7 +8,7 @@
8 8  |=class (optional)|CSS class of inputs where the picker will apply
9 9  |=prefix (optional)|Prefix to add before the name of the icon in the input field (default: "{{{image:icon:}}}")
10 10  == Live example ==
11 -{{code language="java"}}
11 +{{code}}
12 12  {{html}}
13 13   <p><label>Field 1: <input type="text" id="myPicker" /></label></p>
14 14   <p><label>Field 2: <input type="text" class="fieldWithPicker" /></label></p>

IconThemesCode