Changes for page Icon Picker Macro
Last modified by Alexandru Pentilescu on 2025/07/09 13:35
From version 9.1
edited by Alexandru Pentilescu
on 2025/07/09 13:35
on 2025/07/09 13:35
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-ui/17.4.1]
To version 8.1
edited by Alexandru Pentilescu
on 2025/05/04 18:32
on 2025/05/04 18:32
Change comment:
Migrated property [executionIsolated] from class [XWiki.WikiMacroClass]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,8 +10,8 @@ 10 10 == Live example == 11 11 {{code}} 12 12 {{html}} 13 - <p> <label>Field 1: <input type="text" id="myPicker" /></label></p>14 - <p> <label>Field 2: <input type="text" class="fieldWithPicker" /></label></p>13 + <p>Field 1: <input type="text" id="myPicker" /></p> 14 + <p>Field 2: <input type="text" class="fieldWithPicker" /></p> 15 15 {{/html}} 16 16 17 17 {{iconPicker id="myPicker" class="fieldWithPicker" prefix="icon:" /}} ... ... @@ -18,8 +18,8 @@ 18 18 {{/code}} 19 19 == Play with it == 20 20 {{html}} 21 - <p> <label>Field 1: <input type="text" id="myPicker" /></label></p>22 - <p> <label>Field 2: <input type="text" class="fieldWithPicker" /></label></p>21 + <p>Field 1: <input type="text" id="myPicker" /></p> 22 + <p>Field 2: <input type="text" class="fieldWithPicker" /></p> 23 23 {{/html}} 24 24 25 25 {{iconPicker id="myPicker" class="fieldWithPicker" prefix="icon:" /}}