-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
executable file
·607 lines (607 loc) · 37 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
599
600
601
602
603
604
605
606
607
<?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>ImageCounter</name>
<guid>5a524168-9a5b-469d-a957-ecc98de6b374</guid>
<version>3.0.5</version>
<date>2022-11-29</date>
<description><![CDATA[Show pictures with prices.
Increase/decrease the number of units and show the total spent/remaining.
Zoom option to show the pictures using a lightbox.
]]></description>
<company>Askia</company>
<author><![CDATA[Jerome Duparc <jeromed@askia.com>]]></author>
<site>http://www.askia.com</site>
<helpURL>http://support.askia.com</helpURL>
<categories>
<category>General</category>
</categories>
<constraints>
<constraint on="questions" numeric="true" requireParentLoop="true" chapter="false" date="false" multiple="false" open="true" single="false" requireLoopDepth="1" />
<constraint on="controls" responseblock="true" checkbox="false" label="false" listbox="false" radiobutton="false" textbox="true" />
<constraint on="responses" max="*" min="*" />
</constraints>
</info>
<outputs defaultOutput="fallback">
<output id="fallback" manageLoopDepth="1">
<description><![CDATA[
Fallback when the browser doesn't support Javascript
]]></description>
<condition><![CDATA[Not(Browser.Support("javascript"))]]></condition>
<content fileName="styles.css" type="css" mode="static" position="head" />
<content fileName="default.css" type="css" mode="dynamic" position="head" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="blank.png" type="image" mode="static" position="none" />
<content fileName="DS-Digital-Bold.ttf.eot" type="binary" mode="static" position="none" />
<content fileName="DS-Digital-Bold.ttf.svg" type="binary" mode="static" position="none" />
<content fileName="DS-Digital-Bold.ttf.woff" type="binary" mode="static" position="none" />
<content fileName="magnifyingGlass.png" type="image" mode="static" position="none" />
</output>
<output id="standard" manageLoopDepth="1">
<description><![CDATA[
Output when the browser support Javascript
]]></description>
<condition><![CDATA[Browser.Support("javascript")]]></condition>
<content fileName="styles.css" type="css" mode="static" position="head" />
<content fileName="default.css" type="css" mode="dynamic" position="head" />
<content fileName="default.html" type="html" mode="dynamic" position="placeholder" />
<content fileName="simplbox.js" type="javascript" mode="static" position="foot" />
<content fileName="imageCounter.js" type="javascript" mode="static" position="foot" />
<content fileName="blank.png" type="image" mode="static" position="none" />
<content fileName="DS-Digital-Bold.ttf.eot" type="binary" mode="static" position="none" />
<content fileName="DS-Digital-Bold.ttf.svg" type="binary" mode="static" position="none" />
<content fileName="DS-Digital-Bold.ttf.woff" type="binary" mode="static" position="none" />
<content fileName="magnifyingGlass.png" type="image" mode="static" position="none" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<property xsi:type="standardProperty" id="spendingLimit" name="Spending Limit" type="string" mode="static">
<description><![CDATA[
Spending Limit
]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="controlWidth" name="Control Width" type="string" mode="static">
<description><![CDATA[
The width of the control
]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="maxWidth" name="Control Max Width" type="string" mode="static">
<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="fontSize" name="Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the responses]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="fontColour" name="Response Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="backgroundColour" name="Response Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The background colour for the responses]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderColour" name="Border Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The border colour around the responses]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderThickness" name="Border Thickness" type="string" mode="dynamic" require="true" 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="Border Style" type="string" mode="static" require="true" 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="fontColourAlternate" name="Alternate Response Font Colour" type="color" mode="static" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the alternate rows of the responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="backgroundColourAlternate" name="Alternate Response Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The background colour for the alternate rows of the responses]]></description>
<value><![CDATA[{%= Theme.NeutralColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderColourAlternate" name="Alternate Border Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The border colour for the alternate rows around the responses]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderThicknessAlternate" name="Alternate Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border for the alternate rows around the responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="borderStyleAlternate" name="Alternate Border Style" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The style of the border for the alternate rows 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="captionRowsMinHeight" name="Caption Rows Min Height" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Set the min height of the caption rows]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="responseMaxWidth" name="Response Max Width" type="string" mode="static">
<description><![CDATA[
Force the width of the responses
]]></description>
<value><![CDATA[120px]]></value>
</property>
<property xsi:type="standardProperty" id="responseMargin" name="Response Margin" type="string" mode="static" require="false" visible="true">
<description><![CDATA[When set this will define the margin/space between responses]]></description>
<value><![CDATA[3px]]></value>
</property>
<property xsi:type="standardProperty" id="borderRadius" name="Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the response corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="displayResponseText" name="Display Response Text" type="string" mode="static">
<description><![CDATA[
Show or hide 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="responseTextPadding" name="Response Text Padding" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Padding of the response text]]></description>
<value><![CDATA[0.5em 0]]></value>
</property>
<property xsi:type="standardProperty" id="dropShadow" name="Drop Shadow" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The visibility of a drop shadow under the responses]]></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>
</category>
<category id="price" name="Price">
<property xsi:type="standardProperty" id="pricePosition" name="Price Position in Caption" type="string" mode="static">
<description><![CDATA[
The position of the price in the caption
]]></description>
<value><![CDATA[1]]></value>
</property>
<property xsi:type="standardProperty" id="fontColourPrice" name="Price Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the price]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="fontWeightPrice" name="Price Font Weight" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The font weight for the price]]></description>
<value><![CDATA[bold]]></value>
<options>
<option value="normal" text="Normal" />
<option value="bold" text="Bold" />
</options>
</property>
<property xsi:type="standardProperty" id="numberDigitsPrice" name="Number of digits" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Show the price]]></description>
<value><![CDATA[2]]></value>
<options>
<option value="0" text="0" />
<option value="1" text="1" />
<option value="2" text="2" />
</options>
</property>
<property xsi:type="standardProperty" id="showPrice" name="Show Price" type="string" mode="static">
<description><![CDATA[
Show the price
]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
</category>
<category id="currency" name="Currency">
<property xsi:type="standardProperty" id="unitCurrency" name="Unit of currency" type="string" mode="static">
<description><![CDATA[
Unit of currency
]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="showCurrency" name="Show currency" type="string" mode="static">
<description><![CDATA[
Show or hide currency
]]></description>
<value><![CDATA[both]]></value>
<options>
<option value="no" text="No" />
<option value="total" text="Total only" />
<option value="price" text="Response only" />
<option value="both" text="Both" />
</options>
</property>
<property xsi:type="standardProperty" id="currencyAlign" name="Currency Alignment" type="string" mode="static">
<description><![CDATA[
The alignment of the currency
]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="Left" />
<option value="right" text="Right" />
</options>
</property>
</category>
<category id="counter" name="Counter">
<property xsi:type="standardProperty" id="fontSizeCounter" name="Counter Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the counter]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="fontColourCounter" name="Counter Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the control]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterColourPrimary" name="Counter Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the counter]]></description>
<value><![CDATA[{%= Theme.SecondaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterBorderColour" name="Counter Border Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The border colour around the counter]]></description>
<value><![CDATA[{%= Theme.SecondaryDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterBorderThickness" name="Counter Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the counter]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="counterBorderStyle" name="Counter Border Style" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The style of the border around the counter]]></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>
</category>
<category id="minusplus" name="Minus Plus">
<property xsi:type="standardProperty" id="minusplusPosition" name="Minus Plus Position" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The position of the minus/plus buttons]]></description>
<value><![CDATA[minusplus]]></value>
<options>
<option value="minusplus" text="Minus - Plus" />
<option value="plusminus" text="Plus - Minus" />
</options>
</property>
<property xsi:type="standardProperty" id="minusplusWidth" name="Minus Plus Width" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The width of the minus/plus buttons]]></description>
<value><![CDATA[25px]]></value>
</property>
<property xsi:type="standardProperty" id="minusplusHeight" name="Minus Plus Height" type="string" mode="static" require="false" visible="true">
<description><![CDATA[The height of the minus/plus buttons]]></description>
<value><![CDATA[25px]]></value>
</property>
<property xsi:type="standardProperty" id="minusplusFontSize" name="Minus Plus Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the minus/plus buttons]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="minusplusBorderRadius" name="Minus Plus Border Radius" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The amount of curve on the minus/plus buttons corners]]></description>
<value><![CDATA[{%= Theme.BorderRadius %}]]></value>
</property>
<property xsi:type="standardProperty" id="minusFontColour" name="Minus Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the minus button]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="minusColourPrimary" name="Minus Background Colour" type="color" mode="dynamic" require="false" visible="true" colorFormat="rgb">
<description><![CDATA[Background colour of the minus button]]></description>
<value><![CDATA[232,33,0]]></value>
</property>
<property xsi:type="standardProperty" id="minusBorderColour" name="Minus Border Colour" type="color" mode="dynamic" require="false" visible="true" colorFormat="rgb">
<description><![CDATA[The border colour around the minus button]]></description>
<value><![CDATA[170,21,0]]></value>
</property>
<property xsi:type="standardProperty" id="minusBorderThickness" name="Minus Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the minus button]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="minusBorderStyle" name="Minus Border Style" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The style of the border around the minus button]]></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="plusFontColour" name="Plus Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the plus button]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="plusColourPrimary" name="Plus Background Colour" type="color" mode="static" require="false" visible="true" colorFormat="rgb">
<description><![CDATA[Background colour of the plus button]]></description>
<value><![CDATA[0,171,7]]></value>
</property>
<property xsi:type="standardProperty" id="plusBorderColour" name="Plus Border Colour" type="color" mode="dynamic" require="false" visible="true" colorFormat="rgb">
<description><![CDATA[The border colour around the plus button]]></description>
<value><![CDATA[0,148,4]]></value>
</property>
<property xsi:type="standardProperty" id="plusBorderThickness" name="Plus Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the plus button]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="plusBorderStyle" name="Plus Border Style" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The style of the border around the plus button]]></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>
</category>
<category id="images" name="Images">
<property xsi:type="standardProperty" id="imageColourPrimary" name="Image Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the images]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="hoverImageColourPrimary" name="Hover Image Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the images when hovered over]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedImageColourPrimary" name="Selected Image Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the selected images]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
</category>
<category id="zoom" name="Zoom">
<property xsi:type="standardProperty" id="imagePrefix" name="Prefix Zoom Images" type="string" mode="static">
<description><![CDATA[
The prefix for the images used by the zoom
]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="displayZoomLoop" name="Display Zoom" type="string" mode="static" require="false" visible="true">
<description><![CDATA[Show or hide zoom loop]]></description>
<value><![CDATA[none]]></value>
<options>
<option value="block" text="Yes" />
<option value="none" text="No" />
</options>
</property>
</category>
<category id="total" name="Total">
<property xsi:type="standardProperty" id="totalShow" name="Show Total" type="string" mode="static">
<description><![CDATA[
The visibility of the total container
]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="totalShowRemaining" name="Show Remaining Total" type="string" mode="static">
<description><![CDATA[
Display the remaining total
]]></description>
<value><![CDATA[0]]></value>
<options>
<option value="1" text="Yes" />
<option value="0" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="totalCaption" name="Total Caption" type="string" mode="static">
<description><![CDATA[
The caption shown for the total
]]></description>
<value><![CDATA[Total]]></value>
</property>
<property xsi:type="standardProperty" id="totalControlWidth" name="Total Control Width" type="string" mode="static">
<description><![CDATA[
The width of the total container
]]></description>
<value><![CDATA[100%]]></value>
</property>
<property xsi:type="standardProperty" id="totalMaxWidth" name="Total Control Max Width" type="string" mode="static">
<description><![CDATA[
The maximum width of the total container
]]></description>
<value><![CDATA[200px]]></value>
</property>
<property xsi:type="standardProperty" id="totalControlAlign" name="Total Control Alignment" type="string" mode="static">
<description><![CDATA[
The alignment of the total container
]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="totalMarginTop" name="Total Margin Top" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The margin top of the total container]]></description>
<value><![CDATA[{%= Theme.VPadding %}]]></value>
</property>
<property xsi:type="standardProperty" id="totalMarginBottom" name="Total Margin Bottom" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The margin bottom of the total container]]></description>
<value><![CDATA[{%= Theme.VPadding %}]]></value>
</property>
<property xsi:type="standardProperty" id="totalFontSizeCaption" name="Total Font Size Caption" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the total caption]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="totalFontColourCaption" name="Total Font Colour Caption" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the total caption]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="totalPaddingCaption" name="Total Padding Caption" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The padding for the total caption]]></description>
<value><![CDATA[0.5em]]></value>
</property>
<property xsi:type="standardProperty" id="totalFontSizeSum" name="Total Font Size Sum" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size for the total sum]]></description>
<value><![CDATA[{%= Theme.LargeFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="totalFontColourSum" name="Total Font Colour Sum" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the total sum]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="totalBackgroundColour" name="Total Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The background colour for the total container]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
</category>
<category id="exclusiveResponses" name="Exclusives Responses">
<property xsi:type="standardProperty" id="exclNb" name="Number of Excl Responses" type="string" mode="static">
<description><![CDATA[
The number of exclusives responses
]]></description>
<value><![CDATA[0]]></value>
</property>
<property xsi:type="standardProperty" id="exclMaxWidth" name="Excl Max Width" type="string" mode="static">
<description><![CDATA[
The maximum width of the exclusives responses
]]></description>
<value><![CDATA[200px]]></value>
</property>
<property xsi:type="standardProperty" id="exclAlign" name="Excl Alignment" type="string" mode="static">
<description><![CDATA[
The alignment of the exclusives responses
]]></description>
<value><![CDATA[left]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="exclMarginTop" name="Excl Margin Top" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The margin top of the exclusives responses]]></description>
<value><![CDATA[1.0em]]></value>
</property>
<property xsi:type="standardProperty" id="exclMarginBottom" name="Excl Margin Bottom" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The margin bottom of the exclusives responses]]></description>
<value><![CDATA[0.5em]]></value>
</property>
<property xsi:type="standardProperty" id="exclPadding" name="Excl Padding" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The padding of the exclusives responses]]></description>
<value><![CDATA[0.5em 0]]></value>
</property>
<property xsi:type="standardProperty" id="exclFontSize" name="Excl Font Size" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The font size of the exclusives responses]]></description>
<value><![CDATA[{%= Theme.NormalFS %}]]></value>
</property>
<property xsi:type="standardProperty" id="fontColourExcl" name="Excl Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the exclusives responses]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="exclColourPrimary" name="Excl Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the exclusives responses]]></description>
<value><![CDATA[{%= Theme.NeutralLightColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="exclBorderColour" name="Excl Border Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The border colour around the exclusives responses]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="exclBorderThickness" name="Excl Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the exclusives responses]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="exclBorderStyle" name="Excl Border Style" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The style of the border around the exclusives 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="hoverFontColourExcl" name="Hover Excl Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the exclusives responses when hovered over]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="hoverExclColourPrimary" name="Hover Excl Colour Primary" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Primary colour of the exclusives responses when hovered over]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="hoverExclBorderColour" name="Hover Excl Border Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The border colour around the exclusives responses when hovered over]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="hoverExclBorderThickness" name="Hover Excl Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the exclusives responses when hovered over]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="hoverExclBorderStyle" name="Hover Excl Border Style" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The style of the border around the exclusives responses when hovered over]]></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="selectedFontColourExcl" name="Selected Excl Font Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The font colour for the exclusives responses selected]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedExclColourPrimary" name="Selected Excl Background Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[Background colour of the exclusives responses selected]]></description>
<value><![CDATA[{%= Theme.PrimaryColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedExclBorderColour" name="Selected Excl Border Colour" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgb">
<description><![CDATA[The border colour around the exclusives responses selected]]></description>
<value><![CDATA[{%= Theme.NeutralDarkColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedExclBorderThickness" name="Selected Excl Border Thickness" type="string" mode="dynamic" require="true" visible="false">
<description><![CDATA[The thickness of the border around the exclusives responses selected]]></description>
<value><![CDATA[{%= Theme.BorderWidth %}]]></value>
</property>
<property xsi:type="standardProperty" id="selectedExclBorderStyle" name="Selected Excl Border Style" type="string" mode="static" require="true" visible="false">
<description><![CDATA[The style of the border around the exclusives responses selected]]></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>
</category>
</properties>
</control>