Changes for page Icon Picker Macro
Last modified by admin on 2026/06/07 08:06
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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>