-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
598 lines (598 loc) · 37.5 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<?xml version="1.0" encoding="utf-8"?>
<control xmlns="http://www.askia.com/2.2.0/ADCSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.askia.com/2.2.0/ADCSchema https://raw.githubusercontent.com/AskiaADX/ADXSchema/2.2.0/ADCSchema.xsd"
version="2.2.0"
askiaCompat="5.5.2">
<info>
<name>DropSlider</name>
<guid>f523e0b2-8f59-4fd3-9f5f-c67360b43044</guid>
<version>3.1.1</version>
<date>2022-09-29</date>
<description><![CDATA[DropSlider ADC]]></description>
<company>Askia</company>
<author><![CDATA[Paul Ferreira <paulf@askia.com>]]></author>
<site>http://www.askia.com</site>
<helpURL>https://dev.askia.com</helpURL>
<categories>
<category>General</category>
</categories>
<constraints>
<constraint on="questions" numeric="true" chapter="false" date="false" multiple="false" open="false" requireParentLoop="true" single="true" requireLoopDepth="1" />
<constraint on="controls" responseblock="true" textbox="true" label="false" listbox="false" radiobutton="true" checkbox="false" />
<constraint on="responses" max="*" min="*" />
</constraints>
</info>
<outputs defaultOutput="standard">
<output id="fallback" manageLoopDepth="1">
<description><![CDATA[Fallback when the browser doesnt support Javascript]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<content fileName="default.css" type="css" mode="static" position="head" />
<content fileName="numeric.html" type="html" mode="dynamic" position="none" />
<content fileName="numeric_loop.html" type="html" mode="dynamic" position="none" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
</output>
<output id="standard" manageLoopDepth="1">
<description><![CDATA[Output when the browser support Javascript]]></description>
<condition><![CDATA[Browser.Support("javascript")]]></condition>
<content fileName="dropSlider.css" type="css" mode="static" position="head" />
<content fileName="standard.css" type="css" mode="dynamic" position="head" />
<content fileName="standard.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="standard_numeric.html" type="html" mode="dynamic" position="none" />
<content fileName="standard_single.html" type="html" mode="dynamic" position="none" />
<content fileName="standard_numeric_loop.html" type="html" mode="dynamic" position="none" />
<content fileName="es5-shim.min.js" type="javascript" mode="static" position="head">
<yield><![CDATA[<!--[if lt IE 10]>
<script type="text/javascript" src="{%= CurrentADC.URLTo("static/es5-shim.min.js") %}"></script>
<![endif]--> ]]></yield>
</content>
<content fileName="jquery-3.6.0.min.js" type="javascript" mode="static" position="head" />
<content fileName="jquery-ui.min.js" type="javascript" mode="static" position="head" />
<content fileName="jquery.ui.touch-punch.min.js" type="javascript" mode="static" position="head" />
<content fileName="jquery-ui-slider-pips.min.js" type="javascript" mode="static" position="head" />
<content fileName="jquery-ui-slider-pips.min.css" type="css" mode="static" position="head" />
<content fileName="dropSlider.js" type="javascript" mode="static" position="head" />
<content fileName="standard.js" type="javascript" mode="dynamic" position="foot" />
<content fileName="standard_numeric.js" type="javascript" mode="dynamic" position="none" />
<content fileName="standard_single.js" type="javascript" mode="dynamic" position="none" />
<content fileName="standard_numeric_loop.js" type="javascript" mode="dynamic" position="none" />
<content fileName="jquery-ui.min.css" type="css" mode="static" position="head" />
<content fileName="clear.png" type="image" mode="static" position="none" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<property xsi:type="standardProperty" id="stackResponses" name="Stack Responses" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Whether the resonses are in a single pile]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="fontSize" name="Font Size" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The font size for the control]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="controlWidth" name="Control Width" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The width of the control ]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="maxWidth" name="Max Width" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The maximum width of the control ]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="controlAlign" name="Control Alignment" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The alignment of the control]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="animationSpeed" name="Animation Speed" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Speed of the animation ]]></description>
<value><![CDATA[fast]]></value>
<options>
<option value="very fast" text="Very Fast" />
<option value="fast" text="Fast" />
<option value="medium" text="Medium" />
<option value="slow" text="Slow" />
</options>
</property>
</category>
<category id="alignment" name="Alignment">
<property xsi:type="standardProperty" id="responseTextAlign" name="Response Text Alignment" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The alignment of the text in the responses ]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responseImageAlignment" name="Response Image Alignment" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Set position for response content ]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="none" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="responseAlign" name="Response Alignment" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Set alignment of responses]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
</category>
<category id="responseLayout" name="Response Layout">
<property xsi:type="standardProperty" id="responseTextPosition" name="Response Text Position" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Set position for text in responses in relation to images ]]></description>
<value><![CDATA[bottom]]></value>
<options>
<option value="top" text="Top" />
<option value="bottom" text="Bottom" />
</options>
</property>
</category>
<category id="responses" name="Responses Styling">
<property xsi:type="standardProperty" id="responseWidth" name="Response Width" type="string" mode="static" require="false" visible="true">
<description><![CDATA[When set this will force the width of the reponses]]></description>
<value><![CDATA[120px]]></value>
</property>
<property xsi:type="standardProperty" id="responseHeight" name="Response Height" type="string" mode="static" require="false" visible="true">
<description><![CDATA[When set this will force the height of the reponses]]></description>
<value><![CDATA[auto]]></value>
</property>
<property xsi:type="standardProperty" id="responseMargin" name="Response Margin" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the margin around the responses]]></description>
<value><![CDATA[5px]]></value>
</property>
<property xsi:type="standardProperty" id="responsePadding" name="Response Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the padding for the responses]]></description>
<value><![CDATA[5px]]></value>
</property>
<property xsi:type="standardProperty" id="responseTextPadding" name="Response Text Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the padding for the response text]]></description>
<value><![CDATA[5px]]></value>
</property>
<property xsi:type="standardProperty" id="responseImagePadding" name="Response Image Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[When set this will set the padding for the response images]]></description>
<value><![CDATA[5px]]></value>
</property>
<property xsi:type="standardProperty" id="responseTextLineHeight" name="Response Text Line Height" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[When set this will force the height of the reponses]]></description>
<value><![CDATA[{%= Theme.LineHeight %}]]></value>
</property>
<property xsi:type="standardProperty" id="displayResponseText" name="Display Response Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Display response text]]></description>
<value><![CDATA[block]]></value>
<options>
<option value="block" text="Yes" />
<option value="none" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseColourPrimary" name="Response Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Primary colour of the item]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="fontColour" name="Response Font Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Font colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderColour" name="Response Border Colour" type="color" mode="dynamic" require="false" visible="false">
<description><![CDATA[Border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderRadius" name="Border Radius" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The amount of curve on the response corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderThickness" name="Response Border Thickness" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The thickness of the border around the responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderStyle" name="Response Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the responses]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="responseShadow" name="Response Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the responses]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
<property xsi:type="standardProperty" id="showResponseHoverColour" name="Show Response Hover Colour" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will change the colour of responses when hovered over]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverColourPrimary" name="Response Hover Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the response when hovering]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="showResponseHoverFontColour" name="Show Response Hover Font Colour" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will change the colour of the text of responses when hovered over]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverFontColour" name="Response Hover Font Colour" type="color" mode="dynamic" require="false" visible="false">
<description><![CDATA[Font colour for responses when hovering]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="showResponseHoverBorder" name="Show Response Hover Border" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[This will change the colour of the border of responses when hovered over]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverBorderColour" name="Response Hover Border Colour" type="color" mode="dynamic" require="false" visible="false">
<description><![CDATA[Border colour for responses when hovering]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseHoverBorderThickness" name="Response Hover Border Thickness" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The thickness of the border around the responses when hovering]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseHoverBorderStyle" name="Response Hover Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the responses when hovering]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="responseHoverShadow" name="Response Hover Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the responses when hovering]]></description>
<value><![CDATA[0px 2px 4px rgba(0,0,0,.2)]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
<property xsi:type="standardProperty" id="responseSelectedColourPrimary" name="Selected Response Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the selected item]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedFontColour" name="Selected Response Font Colour" type="color" mode="dynamic" require="false" visible="false">
<description><![CDATA[Font colour for selected responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedBorderColour" name="Selected Response Border Colour" type="color" mode="dynamic" require="false" visible="false">
<description><![CDATA[Border colour for selected responses]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedBorderThickness" name="Selected Response Border Thickness" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The thickness of the border around the selected responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="responseSelectedBorderStyle" name="Selected Response Border Style" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The style of the border around the selected responses]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="responseSelectedShadow" name="Selected Response Drop Shadow" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the selected responses]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,0.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
</category>
<category id="numericQuestion" name="Numeric question">
<property xsi:type="standardProperty" id="unitStep" name="Step for numeric" type="number" mode="static" require="false" visible="true">
<description><![CDATA[ Using HTML 5, in modern browser. Indicates the unit to increment or decrement the number using the stepper. ]]></description>
<value><![CDATA[1]]></value>
</property>
</category>
<category id="sliderSettings" name="Slider Settings">
<property xsi:type="standardProperty" id="baseHeight" name="Base Height" type="number" mode="static" require="false" visible="true">
<description><![CDATA[Slider base height]]></description>
<value><![CDATA[24]]></value>
</property>
<property xsi:type="standardProperty" id="baseBorderColour" name="Base Border Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Border colour for the base]]></description>
<value><![CDATA[{%= Theme.SecondaryDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="baseBorderThickness" name="Base Border Thickness" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The thickness of the border around the base]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="baseBorderStyle" name="Base Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the base]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="baseDropHoverColour" name="Base Drop Hover Colour" type="color" mode="static" require="false" visible="false">
<description><![CDATA[The hover colour for the base when dragging over]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="baseColourPrimary" name="Base Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the base]]></description>
<value><![CDATA[{%= Theme.SecondaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="baseBorderRadius" name="Base Border Radius" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The amount of curve on the base corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="handleColour" name="Handle Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[The background colour of the handle]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="handleBorderColour" name="Handle Border Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[The handle border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="handleBorderRadius" name="Handle Border Radius" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The amount of curve on the handle corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="handleWidth" name="Handle Width" type="number" mode="dynamic" require="false" visible="false">
<description><![CDATA[The handle width]]></description>
<value><![CDATA[24]]></value>
</property>
<property xsi:type="standardProperty" id="handleHeight" name="Handle Height" type="number" mode="dynamic" require="false" visible="false">
<description><![CDATA[The handle height]]></description>
<value><![CDATA[22]]></value>
</property>
<property xsi:type="standardProperty" id="activeHandleColour" name="Active Handle Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[The background colour of the selected handle]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="activeHandleBorderColour" name="Active Handle Border Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[The selected handle border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
</category>
<category id="markers" name="Markers">
<property xsi:type="standardProperty" id="showMarkers" name="Show Markers" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Whether or not to show the markers]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="useResponseCaptions" name="Use Response Captions" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[If single choice type, use response captions]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="showMarkerLabels" name="Show Marker Labels" type="string" mode="static" require="false" visible="true">
<description><![CDATA[]]></description>
<value><![CDATA[label]]></value>
<options>
<option value="label" text="Yes" />
<option value="false" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="alternateMarkers" name="Alternate Markers" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[Whether or not to alternate the markers above and below the slider]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="markerPrefix" name="Marker Prefix" type="string" mode="static" require="false" visible="true">
<description><![CDATA[]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="markerSuffix" name="Marker Suffix" type="string" mode="static" require="false" visible="true">
<description><![CDATA[]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="markerType" name="Marker Type" type="string" mode="static" require="false" visible="false">
<description><![CDATA[]]></description>
<value><![CDATA[line]]></value>
<options>
<option value="line" text="Line" />
<option value="circle" text="Circle" />
</options>
</property>
<property xsi:type="standardProperty" id="markerDistance" name="Marker Distance" type="number" mode="static" require="false" visible="true">
<description><![CDATA[Distance of markers from base]]></description>
<value><![CDATA[20]]></value>
</property>
<property xsi:type="standardProperty" id="markerTextDistance" name="Marker Text Distance" type="number" mode="static" require="false" visible="true">
<description><![CDATA[Distance of text from markers]]></description>
<value><![CDATA[5]]></value>
</property>
<property xsi:type="standardProperty" id="markerFontsize" name="Marker Font size" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The font size of the markers]]></description>
<value><![CDATA[{%= Theme.SmallFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="markerLineHeight" name="Marker Line Height" type="number" mode="static" require="false" visible="false">
<description><![CDATA[The line height of the markers]]></description>
<value><![CDATA[1.2]]></value>
</property>
<property xsi:type="standardProperty" id="markerColour" name="Marker Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Primary colour of the labels]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="markerFontColour" name="Marker Font Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Primary colour of the marker text]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
</category>
<category id="labels" name="Labels">
<property xsi:type="standardProperty" id="leftLabelText" name="Left Label Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Left label text]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="rightLabelText" name="Right Label Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Right label text ]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="labelWidth" name="Label Width" type="string" mode="static" require="false" visible="false">
<description><![CDATA[Label width]]></description>
<value><![CDATA[70px]]></value>
</property>
<property xsi:type="standardProperty" id="labelTextPadding" name="Label Text Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[Padding around label text]]></description>
<value><![CDATA[5px]]></value>
</property>
<property xsi:type="standardProperty" id="labelTextLineHeight" name="Label Text Line Height" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[Label text line height]]></description>
<value><![CDATA[{%= Theme.LineHeight %}]]></value>
</property>
<property xsi:type="standardProperty" id="displayLabelText" name="Display Label Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Display labels text]]></description>
<value><![CDATA[block]]></value>
<options>
<option value="block" text="Yes" />
<option value="none" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="labelColourPrimary" name="Label Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the labels]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="labelFontColour" name="Label Font Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Label font colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="labelBorderRadius" name="Label Border Radius" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The amount of curve on the label corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="labelBorderColour" name="Label Border Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Border colour]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="labelBorderThickness" name="Label Border Thickness" type="string" mode="dynamic" require="false" visible="false">
<description><![CDATA[The thickness of the border around the labels]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="labelBorderStyle" name="Label Border Style" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The style of the border around the labels]]></description>
<value><![CDATA[solid]]></value>
<options>
<option value="none" text="None" />
<option value="solid" text="Solid" />
<option value="dashed" text="Dashed" />
<option value="dotted" text="Dotted" />
<option value="double" text="Double" />
</options>
</property>
<property xsi:type="standardProperty" id="labelShadow" name="Label Drop Shadow" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The visibility of a dropshadow under the labels]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="0px 2px 4px rgba(0,0,0,.2)" text="On" />
<option value="none" text="Off" />
</options>
</property>
</category>
<category id="Tooltip" name="Tooltip">
<property xsi:type="standardProperty" id="showTooltipOnHover" name="Show Tooltip on Hover" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Only show tooltip on hover or when active]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="no" text="No" />
<option value="yes" text="Yes" />
</options>
</property>
<property xsi:type="standardProperty" id="tooltipWidth" name="Tooltip Width" type="number" mode="dynamic" require="false" visible="false">
<description><![CDATA[Width of tooltip]]></description>
<value><![CDATA[120]]></value>
</property>
<property xsi:type="standardProperty" id="tooltipBgColour" name="Tooltip Background Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Tooltip background colour]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="showTooltipCaption" name="Tooltip Caption" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[Whether the tooltip caption is shown]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="showTooltipImage" name="Tooltip Image" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[Whether the tooltip image is shown]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="showTooltipValue" name="Tooltip Value" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[Whether the tooltip value is shown]]></description>
<value><![CDATA[1]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="tooltipFontSize" name="Tooltip Font Size" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The font size for the tooltip]]></description>
<value><![CDATA[{%= Theme.SmallFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="tooltipFontColour" name="Tooltip Font Colour" type="color" mode="dynamic" require="false" visible="false" colorFormat="rgb">
<description><![CDATA[Tooltip font colour]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="tooltipPadding" name="Tooltip Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The padding for the tooltip]]></description>
<value><![CDATA[5px]]></value>
</property>
<property xsi:type="standardProperty" id="tooltipTextPadding" name="Tooltip Text Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The padding for the text in for the tooltip]]></description>
<value><![CDATA[5px]]></value>
</property>
<property xsi:type="standardProperty" id="tooltipImagePadding" name="Tooltip Image Padding" type="string" mode="static" require="false" visible="false">
<description><![CDATA[The padding for the image in for the tooltip]]></description>
<value><![CDATA[5px]]></value>
</property>
</category>
<category id="DK" name="DK">
<property xsi:type="standardProperty" id="dkText" name="DK Text" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The text to display for a numeric dk ]]></description>
<value><![CDATA[Don't know]]></value>
</property>
</category>
</properties>
</control>