Changes for page Pickers

Last modified by Vincent Massol on 2022/03/04

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

Summary

Details

Page properties
Content
... ... @@ -12,8 +12,29 @@
12 12  
13 13  == Date Time Picker ==
14 14  
15 -TODO
15 +{{image reference="dateTimePicker.png" /}}
16 16  
17 +{{code language="none"}}
18 +{{velocity}}
19 +{{html clean="false"}}
20 +<form class="xform">
21 + <dl>
22 + <dt><label for="myDateTime">Date & Time</label></dt>
23 + <dd>
24 + #set ($dateTimePickerParams = {
25 + 'id': 'myDateTime',
26 + 'name': 'date',
27 + 'data-format': 'dd/MM/yyyy HH:mm:ss',
28 + 'placeholder': 'Select the date and time'
29 + })
30 + #dateTimePicker($dateTimePickerParams)
31 + </dd>
32 + </dl>
33 +</form>
34 +{{/html}}
35 +{{/velocity}}
36 +{{/code}}
37 +
17 17  == Color Picker ==
18 18  
19 19  {{image reference="colorPicker.png" /}}
colorPicker.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.mflorea
Size
... ... @@ -1,0 +1,1 @@
1 +14.7 KB
Content

Get Connected