Changes for page Pickers

Last modified by Vincent Massol on 2022/03/04

From version 1.1 >
edited by Marius Dumitru Florea
on 2019/08/20
To version < 2.1 >
edited by Marius Dumitru Florea
on 2019/08/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,4 +16,22 @@
16 16  
17 17  == Color Picker ==
18 18  
19 -TODO
19 +{{image reference="colorPicker.png" /}}
20 +
21 +{{code language="none"}}
22 +{{velocity}}
23 +{{html clean="false"}}
24 +<dl>
25 + <dt><label for="myColor">Color</label></dt>
26 + <dd>
27 + #set ($colorPickerParams = {
28 + 'id': 'myColor',
29 + 'name': 'color',
30 + 'value': '#85d4a9'
31 + })
32 + #colorPicker($colorPickerParams)
33 + </dd>
34 +</dl>
35 +{{/html}}
36 +{{/velocity}}
37 +{{/code}}

Get Connected