-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCfmlAttributes-cf9.json
1728 lines (1728 loc) · 155 KB
/
CfmlAttributes-cf9.json
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
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"cfabort/showerror": { "attribOption": [] },
"cfajaximport/scriptsrc": { "attribOption": [] },
"cfajaximport/csssrc": { "attribOption": [] },
"cfajaximport/tags": { "attribOption": [] },
"cfajaxproxy/cfc": { "attribOption": [] },
"cfajaxproxy/jsclassname": { "attribOption": [] },
"cfajaxproxy/bind": { "attribOption": [] },
"cfajaxproxy/onerror": { "attribOption": [] },
"cfajaxproxy/onsuccess": { "attribOption": [] },
"cfapplet/appletsource": { "attribOption": [] },
"cfapplet/name": { "attribOption": [] },
"cfapplet/height": { "attribOption": [] },
"cfapplet/width": { "attribOption": [] },
"cfapplet/vspace": { "attribOption": [] },
"cfapplet/hspace": { "attribOption": [] },
"cfapplet/align": { "attribOption": ["absbottom","absmiddle","baseline","bottom","left","middle","right","texttop","top"] },
"cfapplet/notsupported": { "attribOption": [] },
"cfapplication/name": { "attribOption": [] },
"cfapplication/loginstorage": { "attribOption": ["cookie","session"] },
"cfapplication/clientmanagement": { "attribOption": ["true","false"], "type": "boolean" },
"cfapplication/clientstorage": { "attribOption": ["cookie","datasource_name","registry"] },
"cfapplication/setclientcookies": { "attribOption": ["true","false"], "type": "boolean" },
"cfapplication/sessionmanagement": { "attribOption": ["true","false"], "type": "boolean" },
"cfapplication/sessiontimeout": { "attribOption": [] },
"cfapplication/applicationtimeout": { "attribOption": [] },
"cfapplication/setdomaincookies": { "attribOption": ["true","false"], "type": "boolean" },
"cfapplication/scriptprotect": { "attribOption": ["all","cgi","cookie","form","form,url","form,url,cookie","form,url,cookie,cgi","none","url"] },
"cfapplication/securejsonprefix": { "attribOption": ["false","true"] },
"cfapplication/securejson": { "attribOption": ["true","false"], "type": "boolean" },
"cfapplication/serverSideFormValidation": { "attribOption": ["true","false"], "type": "boolean" },
"cfapplication/datasource": { "attribOption": [] },
"cfargument/name": { "attribOption": [] },
"cfargument/type": { "attribOption": ["(component name)","any","array","binary","boolean","date","guid","numeric","query","string","struct","uuid","variablename","xml"] },
"cfargument/required": { "attribOption": ["true","false"], "type": "boolean" },
"cfargument/default": { "attribOption": [] },
"cfargument/displayname": { "attribOption": [] },
"cfargument/hint": { "attribOption": [] },
"cfassociate/basetag": { "attribOption": [] },
"cfassociate/datacollection": { "attribOption": [] },
"cfcache/action": { "attribOption": ["cache","clientcache","flush","get","optimal","put","servercache"] },
"cfcache/directory": { "attribOption": [] },
"cfcache/Timespan": { "attribOption": [] },
"cfcache/expireurl": { "attribOption": [] },
"cfcache/username": { "attribOption": [] },
"cfcache/password": { "attribOption": [] },
"cfcache/port": { "attribOption": [] },
"cfcache/protocol": { "attribOption": ["http://","https://"] },
"cfcache/value": { "attribOption": [] },
"cfcache/metadata": { "attribOption": [] },
"cfcache/stripwhitespace": { "attribOption": ["true","false"], "type": "boolean" },
"cfcache/throwonerror": { "attribOption": ["true","false"], "type": "boolean" },
"cfcache/id": { "attribOption": [] },
"cfcache/usecache": { "attribOption": ["true","false"], "type": "boolean" },
"cfcache/dependson": { "attribOption": [] },
"cfcache/idletime": { "attribOption": [] },
"cfcache/name": { "attribOption": [] },
"cfcache/useQueryString": { "attribOption": ["true","false"], "type": "boolean" },
"cfcache/key": { "attribOption": [] },
"cfcalendar/name": { "attribOption": [] },
"cfcalendar/height": { "attribOption": [] },
"cfcalendar/width": { "attribOption": [] },
"cfcalendar/selecteddate": { "attribOption": [] },
"cfcalendar/startrange": { "attribOption": [] },
"cfcalendar/endrange": { "attribOption": [] },
"cfcalendar/disabled": { "attribOption": ["true","false"], "type": "boolean" },
"cfcalendar/mask": { "attribOption": ["DD/MM/YYYY","EEE DD. MMM YYYY","MM/DD/YYYY","MM/YY","MM/YYYY","YYYY-MM-DD"] },
"cfcalendar/firstdayofweek": { "attribOption": ["0","1","2","3","4","5","6"] },
"cfcalendar/daynames": { "attribOption": ["S,M,T,W,Th,F,S","Sun,Mon,Tue,Wed,Thu,Fri,Sat","Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday"] },
"cfcalendar/monthnames": { "attribOption": ["Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec","January,February,March,April,May,June,July,August,September,October,November,December"] },
"cfcalendar/enabled": { "attribOption": ["true","false"], "type": "boolean" },
"cfcalendar/visible": { "attribOption": ["true","false"], "type": "boolean" },
"cfcalendar/tooltip": { "attribOption": [] },
"cfcalendar/style": { "attribOption": ["haloBlue","haloGreen","haloOrange","haloSilver"] },
"cfcalendar/onchange": { "attribOption": [] },
"cfcalendar/onblur": { "attribOption": [] },
"cfcalendar/onfocus": { "attribOption": [] },
"cfcase/value": { "attribOption": [] },
"cfcase/delimiters": { "attribOption": [",",":",";","|"] },
"cfcatch/type": { "attribOption": ["any","application","custom_type","database","expression","lock","missinginclude","object","searchengine","security","template"] },
"cfchart/chartheight": { "attribOption": [] },
"cfchart/chartwidth": { "attribOption": [] },
"cfchart/scalefrom": { "attribOption": [] },
"cfchart/scaleto": { "attribOption": [] },
"cfchart/showxgridlines": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/showygridlines": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/gridlines": { "attribOption": [] },
"cfchart/seriesplacement": { "attribOption": ["cluster","default","percent","stacked"] },
"cfchart/foregroundcolor": { "attribOption": ["aqua","black","blue","fuchsia","green","grey","lime","maroon","navy","olive","purple","red","silver","teal","white","yellow"] },
"cfchart/backgroundcolor": { "attribOption": ["aqua","black","blue","fuchsia","green","grey","lime","maroon","navy","olive","purple","red","silver","teal","white","yellow"] },
"cfchart/showborder": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/databackgroundcolor": { "attribOption": ["aqua","black","blue","fuchsia","green","grey","lime","maroon","navy","olive","purple","red","silver","teal","white","yellow"] },
"cfchart/font": { "attribOption": ["arial","arialunicodeMS","courier","times"] },
"cfchart/fontsize": { "attribOption": [] },
"cfchart/fontitalic": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/fontbold": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/labelformat": { "attribOption": ["currency","date","number","percent"] },
"cfchart/xaxistitle": { "attribOption": [] },
"cfchart/yaxistitle": { "attribOption": [] },
"cfchart/xaxistype": { "attribOption": ["category","scale"] },
"cfchart/yaxistype": { "attribOption": ["category","scale"] },
"cfchart/sortxaxis": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/show3d": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/xoffset": { "attribOption": [] },
"cfchart/yoffset": { "attribOption": [] },
"cfchart/showlegend": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/rotated": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/tipstyle": { "attribOption": ["mouseDown","mouseOver","none"] },
"cfchart/tipbgcolor": { "attribOption": ["aqua","black","blue","fuchsia","green","grey","lime","maroon","navy","olive","purple","red","silver","teal","white","yellow"] },
"cfchart/showmarkers": { "attribOption": ["true","false"], "type": "boolean" },
"cfchart/markersize": { "attribOption": [] },
"cfchart/pieslicestyle": { "attribOption": ["sliced","solid"] },
"cfchart/URL": { "attribOption": [ ], "type": "url" },
"cfchart/name": { "attribOption": [] },
"cfchart/style": { "attribOption": ["beige","blue","default","red","silver","yellow"] },
"cfchart/title": { "attribOption": [] },
"cfchart/format": { "attribOption": ["flash","jpg","png"] },
"cfchartdata/item": { "attribOption": [] },
"cfchartdata/value": { "attribOption": [] },
"cfchartseries/type": { "attribOption": ["area","bar","cone","curve","cylinder","horizontalbar","line","pie","pyramid","scatter","step"] },
"cfchartseries/query": { "attribOption": [] },
"cfchartseries/itemcolumn": { "attribOption": [] },
"cfchartseries/valuecolumn": { "attribOption": [] },
"cfchartseries/serieslabel": { "attribOption": [] },
"cfchartseries/paintstyle": { "attribOption": ["light","plain","raise","shade"] },
"cfchartseries/markerstyle": { "attribOption": ["circle","diamond","letter","mcross","rcross","rectangle","snow","triangle"] },
"cfchartseries/colorlist": { "attribOption": [] },
"cfchartseries/datalabelstyle": { "attribOption": ["columnlabel","none","pattern","rowlabel","value"] },
"cfchartseries/seriescolor": { "attribOption": [] },
"cfcol/header": { "attribOption": [] },
"cfcol/width": { "attribOption": [] },
"cfcol/align": { "attribOption": ["center","left","right"] },
"cfcol/text": { "attribOption": [] },
"cfcollection/action": { "attribOption": ["categorylist","create","delete","list","map","optimize","repair"] },
"cfcollection/collection": { "attribOption": [] },
"cfcollection/path": { "attribOption": [] },
"cfcollection/language": { "attribOption": [] },
"cfcollection/name": { "attribOption": [] },
"cfcollection/categories": { "attribOption": ["true","false"], "type": "boolean" },
"cfcollection/engine": { "attribOption": ["solr","verity"] },
"cfcomponent/extends": { "attribOption": [] },
"cfcomponent/initmethod": { "attribOption": [] },
"cfcomponent/implements": { "attribOption": [] },
"cfcomponent/output": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/displayname": { "attribOption": [] },
"cfcomponent/name": { "attribOption": [] },
"cfcomponent/hint": { "attribOption": [] },
"cfcomponent/style": { "attribOption": ["document","rpc"] },
"cfcomponent/namespace": { "attribOption": [] },
"cfcomponent/serviceportname": { "attribOption": [] },
"cfcomponent/porttypename": { "attribOption": [] },
"cfcomponent/bindingname": { "attribOption": [] },
"cfcomponent/wsdlfile": { "attribOption": [] },
"cfcomponent/serviceaddress": { "attribOption": [] },
"cfcomponent/persistent": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/entityName": { "attribOption": [] },
"cfcomponent/table": { "attribOption": [] },
"cfcomponent/schema": { "attribOption": [] },
"cfcomponent/catalog": { "attribOption": [] },
"cfcomponent/dynamicinsert": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/dynamicupdate": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/readonly": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/selectbeforeupdate": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/batchsize": { "attribOption": [] },
"cfcomponent/optimisticlock": { "attribOption": ["all","dirty","none","version"] },
"cfcomponent/lazy": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/rowid": { "attribOption": [] },
"cfcomponent/discriminatorColumn": { "attribOption": [] },
"cfcomponent/discriminatorValue": { "attribOption": [] },
"cfcomponent/joinColumn": { "attribOption": [] },
"cfcomponent/embedded": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/cacheUse": { "attribOption": ["nonstrict-read-write","read-only","read-write","transactional"] },
"cfcomponent/cacheName": { "attribOption": [] },
"cfcomponent/saveMapping": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/accessors": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/serializable": { "attribOption": ["true","false"], "type": "boolean" },
"cfcomponent/alias": { "attribOption": [] },
"cfcomponent/datasource": { "attribOption": [] },
"cfcomponent/mappedSuperClass": { "attribOption": ["true","false"], "type": "boolean" },
"cfcontent/type": { "attribOption": ["application/msexcel","application/msword","application/pdf","application/poscript","application/rtf","application/x-zip-compressed","audio/basic","audio/x-aiff","audio/x-mpeg","audio/x-pn/realaudio","audio/x-waw","image/gif","image/jpeg","image/tiff","image/x-MS-bmp","image/x-photo-cd","image/x-png","image/x-portable-greymap","image/x-portable-pixmap","image/x-portablebitmap","image/x-rgb","text/html","text/plain","video/quicktime","video/x-mpeg2","video/x-msvideo"] },
"cfcontent/deletefile": { "attribOption": ["true","false"], "type": "boolean" },
"cfcontent/file": { "attribOption": [] },
"cfcontent/variable": { "attribOption": [] },
"cfcontent/reset": { "attribOption": ["true","false"], "type": "boolean" },
"cfcookie/name": { "attribOption": [] },
"cfcookie/value": { "attribOption": [] },
"cfcookie/expires": { "attribOption": [] },
"cfcookie/secure": { "attribOption": ["true","false"], "type": "boolean" },
"cfcookie/path": { "attribOption": [] },
"cfcookie/domain": { "attribOption": [] },
"cfcookie/httpOnly": { "attribOption": ["true","false"], "type": "boolean" },
"cfdbinfo/type": { "attribOption": ["Columns","DBNames","Foreignkeys","Index","Procedures","Tables","Version"] },
"cfdbinfo/datasource": { "attribOption": [] },
"cfdbinfo/name": { "attribOption": [] },
"cfdbinfo/dbname": { "attribOption": [] },
"cfdbinfo/username": { "attribOption": [] },
"cfdbinfo/password": { "attribOption": [] },
"cfdbinfo/pattern": { "attribOption": [] },
"cfdbinfo/table": { "attribOption": [] },
"cfdirectory/action": { "attribOption": ["create","delete","list","rename"] },
"cfdirectory/directory": { "attribOption": [] },
"cfdirectory/name": { "attribOption": [] },
"cfdirectory/filter": { "attribOption": [] },
"cfdirectory/mode": { "attribOption": [] },
"cfdirectory/sort": { "attribOption": ["asc","desc"] },
"cfdirectory/newdirectory": { "attribOption": [] },
"cfdirectory/recurse": { "attribOption": ["true","false"], "type": "boolean" },
"cfdirectory/type": { "attribOption": ["all","dir","file"] },
"cfdirectory/listinfo": { "attribOption": ["all","name"] },
"cfdirectory/storeLocation": { "attribOption": ["EU","US"] },
"cfdirectory/storeACL": { "attribOption": [] },
"cfdiv/id": { "attribOption": [] },
"cfdiv/onBindError": { "attribOption": [] },
"cfdiv/bind": { "attribOption": [] },
"cfdiv/tagName": { "attribOption": ["div","span"] },
"cfdiv/bindonload": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/format": { "attribOption": ["FlashPaper","PDF"] },
"cfdocument/filename": { "attribOption": [] },
"cfdocument/overwrite": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/name": { "attribOption": [] },
"cfdocument/pagetype": { "attribOption": ["A4","A5","B5","custom","legal","letter"] },
"cfdocument/pageheight": { "attribOption": [] },
"cfdocument/pagewidth": { "attribOption": [] },
"cfdocument/orientation": { "attribOption": ["landscape","portrait"] },
"cfdocument/margintop": { "attribOption": [] },
"cfdocument/marginbottom": { "attribOption": [] },
"cfdocument/marginleft": { "attribOption": [] },
"cfdocument/marginright": { "attribOption": [] },
"cfdocument/unit": { "attribOption": ["cm","in"] },
"cfdocument/encryption": { "attribOption": ["128-bit","40-bit","none"] },
"cfdocument/ownerpassword": { "attribOption": [] },
"cfdocument/userpassword": { "attribOption": [] },
"cfdocument/permissions": { "attribOption": ["AllowAssembly","AllowCopy","AllowDegradedPrinting","AllowFillIn","AllowModifyAnnotations","AllowModifyContents","AllowPrinting","AllowPrinting,AllowCopy,AllowScreenReaders","AllowPrinting,AllowModifyContents,AllowCopy,AllowModifyAnnotations,AllowFillIn,AllowScreenReaders,AllowAssembly,AllowDegradedPrinting","AllowScreenReaders"] },
"cfdocument/fontembed": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/backgroundvisible": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/scale": { "attribOption": ["10","100","20","30","40","50","60","70","80","90"] },
"cfdocument/authpassword": { "attribOption": [] },
"cfdocument/authuser": { "attribOption": [] },
"cfdocument/bookmark": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/localurl": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/mimetype": { "attribOption": ["application/xml","image/bmp","image/gif","image/jpeg","image/png","text/html","text/plain"] },
"cfdocument/proxypassword": { "attribOption": [] },
"cfdocument/proxyuser": { "attribOption": [] },
"cfdocument/saveasname": { "attribOption": [] },
"cfdocument/src": { "attribOption": [] },
"cfdocument/srcfile": { "attribOption": [] },
"cfdocument/useragent": { "attribOption": [] },
"cfdocument/proxyhost": { "attribOption": [] },
"cfdocument/proxyport": { "attribOption": [] },
"cfdocument/tagged": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/pdfa": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/formFields": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocument/formsType": { "attribOption": ["FDF","HTML","PDF","XML"] },
"cfdocument/permissionsPassword": { "attribOption": [] },
"cfdocument/openPassword": { "attribOption": [] },
"cfdocumentitem/type": { "attribOption": ["footer","header","pagebreak"] },
"cfdocumentitem/evalAtPrint": { "attribOption": ["true","false"], "type": "boolean" },
"cfdocumentsection/margintop": { "attribOption": [] },
"cfdocumentsection/marginbottom": { "attribOption": [] },
"cfdocumentsection/marginleft": { "attribOption": [] },
"cfdocumentsection/marginright": { "attribOption": [] },
"cfdocumentsection/authpassword": { "attribOption": [] },
"cfdocumentsection/authuser": { "attribOption": [] },
"cfdocumentsection/mimetype": { "attribOption": ["application/xml","image/bmp","image/gif","image/jpeg","image/png","text/html","text/plain"] },
"cfdocumentsection/name": { "attribOption": [] },
"cfdocumentsection/src": { "attribOption": [] },
"cfdocumentsection/srcfile": { "attribOption": [] },
"cfdocumentsection/useragent": { "attribOption": [] },
"cfdump/var": { "attribOption": [] },
"cfdump/expand": { "attribOption": ["true","false"], "type": "boolean" },
"cfdump/format": { "attribOption": ["html","text"] },
"cfdump/hide": { "attribOption": [] },
"cfdump/keys": { "attribOption": [] },
"cfdump/label": { "attribOption": [] },
"cfdump/metainfo": { "attribOption": ["true","false"], "type": "boolean" },
"cfdump/output": { "attribOption": ["browser","console","filename"] },
"cfdump/show": { "attribOption": [] },
"cfdump/showUDfs": { "attribOption": ["true","false"], "type": "boolean" },
"cfdump/top": { "attribOption": [] },
"cfdump/abort": { "attribOption": ["true","false"], "type": "boolean" },
"cferror/type": { "attribOption": ["exception","monitor","request","validation"] },
"cferror/template": { "attribOption": [] },
"cferror/mailto": { "attribOption": [] },
"cferror/exception": { "attribOption": ["any","application","custom_type","database","expression","lock","missinginclude","object","security","template"] },
"cfexchangecalendar/action": { "attribOption": ["create","delete","deleteAttachments","get","getAttachments","modify","respond"] },
"cfexchangecalendar/attachmentpath": { "attribOption": [] },
"cfexchangecalendar/connection": { "attribOption": [] },
"cfexchangecalendar/event": { "attribOption": [] },
"cfexchangecalendar/generateUniquefilenames": { "attribOption": ["true","false"], "type": "boolean" },
"cfexchangecalendar/message": { "attribOption": [] },
"cfexchangecalendar/name": { "attribOption": [] },
"cfexchangecalendar/notify": { "attribOption": ["true","false"], "type": "boolean" },
"cfexchangecalendar/responseType": { "attribOption": ["accept","decline","tentative"] },
"cfexchangecalendar/result": { "attribOption": [] },
"cfexchangecalendar/uid": { "attribOption": [] },
"cfexchangeconnection/action": { "attribOption": ["close","getsubfolders","open"] },
"cfexchangeconnection/connection": { "attribOption": [] },
"cfexchangeconnection/mailboxName": { "attribOption": [] },
"cfexchangeconnection/password": { "attribOption": [] },
"cfexchangeconnection/port": { "attribOption": [] },
"cfexchangeconnection/protocol": { "attribOption": ["http","https"] },
"cfexchangeconnection/proxyHost": { "attribOption": [] },
"cfexchangeconnection/proxyPort": { "attribOption": [] },
"cfexchangeconnection/server": { "attribOption": [] },
"cfexchangeconnection/username": { "attribOption": [] },
"cfexchangeconnection/folder": { "attribOption": [] },
"cfexchangeconnection/recurse": { "attribOption": ["true","false"], "type": "boolean" },
"cfexchangeconnection/name": { "attribOption": [] },
"cfexchangeconnection/exchangeserverlanguage": { "attribOption": [] },
"cfexchangeconnection/formbasedauthentication": { "attribOption": ["true","false"], "type": "boolean" },
"cfexchangecontact/action": { "attribOption": ["create","delete","deleteAttachments","get","getAttachments","modify"] },
"cfexchangecontact/attachmentPath": { "attribOption": [] },
"cfexchangecontact/connection": { "attribOption": [] },
"cfexchangecontact/contact": { "attribOption": [] },
"cfexchangecontact/generateUniqueFilenames": { "attribOption": ["true","false"], "type": "boolean" },
"cfexchangecontact/name": { "attribOption": [] },
"cfexchangecontact/result": { "attribOption": [] },
"cfexchangecontact/uid": { "attribOption": [] },
"cfexchangefilter/name": { "attribOption": ["allDayEvent","assistant","attributes","bcc","billingInfo","businesAddress","businessFax","businessPhoneNumber","cc","companies","company","dateCompleted","displayAs","dueDate","duration","email1","email2","email3","endTime","firstName","folder","fromID","hasAttachment","homeAddress","homePhoneNumber","importance","isRead","isRecurring","jobTitle","lastModified","lastName","location","mailingAddressType","mail_ID","manager","maxRows","meeting UIDs","meetingUID","meeting_response","message","messageType","middleName","mileage","mobilePhoneNumber","name","nickName","office","optionalAttendees","organizer","otherAddress","otherPhoneNumber","profession","recurrenceID","requiredAttendees","sensitivity","spouseName","startDate","startTime","status","subject","timeReceived","timeSent","toID","totalWork","UID","Valid","webPage"] },
"cfexchangefilter/from": { "attribOption": [] },
"cfexchangefilter/to": { "attribOption": [] },
"cfexchangefilter/value": { "attribOption": [] },
"cfexchangemail/action": { "attribOption": ["delete","deleteAttachments","get","getAttachments","getMeetingInfo","move","set"] },
"cfexchangemail/attachmentPath": { "attribOption": [] },
"cfexchangemail/connection": { "attribOption": [] },
"cfexchangemail/folder": { "attribOption": [] },
"cfexchangemail/generateUniqueFilenames": { "attribOption": ["true","false"], "type": "boolean" },
"cfexchangemail/mailUID": { "attribOption": [] },
"cfexchangemail/meetingUID": { "attribOption": [] },
"cfexchangemail/message": { "attribOption": [] },
"cfexchangemail/name": { "attribOption": [] },
"cfexchangemail/UID": { "attribOption": [] },
"cfexchangemail/destinationfolder": { "attribOption": [] },
"cfexchangetask/action": { "attribOption": ["create","delete","deleteAttachments","get","getAttachments","modify"] },
"cfexchangetask/attachmentPath": { "attribOption": [] },
"cfexchangetask/connection": { "attribOption": [] },
"cfexchangetask/task": { "attribOption": [] },
"cfexchangetask/name": { "attribOption": [] },
"cfexchangetask/results": { "attribOption": [] },
"cfexchangetask/result": { "attribOption": [] },
"cfexchangetask/uid": { "attribOption": [] },
"cfexecute/name": { "attribOption": [] },
"cfexecute/arguments": { "attribOption": [] },
"cfexecute/outputfile": { "attribOption": [] },
"cfexecute/variable": { "attribOption": [] },
"cfexecute/timeout": { "attribOption": [] },
"cfexecute/errorVariable": { "attribOption": [] },
"cfexecute/errorFile": { "attribOption": [] },
"cfexit/method": { "attribOption": ["exittag","exittemplate","loop"] },
"cffeed/action": { "attribOption": ["create","read"] },
"cffeed/columnmap": { "attribOption": [] },
"cffeed/enclosureDir": { "attribOption": [] },
"cffeed/ignoreEnclosureError": { "attribOption": ["true","false"], "type": "boolean" },
"cffeed/name": { "attribOption": [] },
"cffeed/outputFile": { "attribOption": [] },
"cffeed/overwrite": { "attribOption": ["true","false"], "type": "boolean" },
"cffeed/overWriteEnclosure": { "attribOption": ["true","false"], "type": "boolean" },
"cffeed/properties": { "attribOption": [] },
"cffeed/query": { "attribOption": [] },
"cffeed/source": { "attribOption": [] },
"cffeed/timeout": { "attribOption": [] },
"cffeed/proxyServer": { "attribOption": [] },
"cffeed/xmlvar": { "attribOption": [] },
"cffeed/proxyPort": { "attribOption": [] },
"cffeed/proxyPassword": { "attribOption": [] },
"cffeed/userAgent": { "attribOption": [] },
"cffeed/proxyUser": { "attribOption": [] },
"cffeed/escapeChars": { "attribOption": ["true","false"], "type": "boolean" },
"cffile/action": { "attribOption": ["append","copy","delete","move","read","readbinary","rename","upload","uploadall","write"] },
"cffile/file": { "attribOption": [] },
"cffile/mode": { "attribOption": [] },
"cffile/output": { "attribOption": [] },
"cffile/addnewline": { "attribOption": ["true","false"], "type": "boolean" },
"cffile/attributes": { "attribOption": ["hidden","normal","readonly","system","temporary"] },
"cffile/charset": { "attribOption": ["big5","euc-cn","euc-jp","euc-kr","iso-2022-jp","iso-8859-1","shift_jis","us-ascii","utf-16","utf-8","windows-1252"] },
"cffile/source": { "attribOption": [] },
"cffile/destination": { "attribOption": [] },
"cffile/variable": { "attribOption": [] },
"cffile/filefield": { "attribOption": [] },
"cffile/nameconflict": { "attribOption": ["error","makeunique","overwrite","skip"] },
"cffile/accept": { "attribOption": [] },
"cffile/result": { "attribOption": [] },
"cffile/fixnewline": { "attribOption": ["false","true"] },
"cffileupload/url": { "attribOption": [] },
"cffileupload/width": { "attribOption": [] },
"cffileupload/title": { "attribOption": [] },
"cffileupload/extensionfilter": { "attribOption": [] },
"cffileupload/uploadbuttonlabel": { "attribOption": [] },
"cffileupload/progressbar": { "attribOption": ["true","false"], "type": "boolean" },
"cffileupload/height": { "attribOption": [] },
"cffileupload/maxUploadSize": { "attribOption": [] },
"cffileupload/maxFileSelect": { "attribOption": [] },
"cffileupload/style": { "attribOption": [] },
"cffileupload/bgcolor": { "attribOption": [] },
"cffileupload/addButtonLabel": { "attribOption": [] },
"cffileupload/name": { "attribOption": [] },
"cffileupload/oncomplete": { "attribOption": [] },
"cffileupload/onerror": { "attribOption": [] },
"cffileupload/clearButtonLabel": { "attribOption": [] },
"cffileupload/deleteButtonLabel": { "attribOption": [] },
"cffileupload/align": { "attribOption": ["center","justify","left","right"] },
"cffileupload/wmode": { "attribOption": ["opaque","transparent","window"] },
"cffileupload/stopOnError": { "attribOption": ["true","false"], "type": "boolean" },
"cffileupload/hideUploadButton": { "attribOption": ["true","false"], "type": "boolean" },
"cffileupload/onUploadComplete": { "attribOption": [] },
"cfflush/interval": { "attribOption": [] },
"cfform/name": { "attribOption": [] },
"cfform/action": { "attribOption": [] },
"cfform/method": { "attribOption": ["get","post"] },
"cfform/format": { "attribOption": ["flash","html","xml"] },
"cfform/skin": { "attribOption": ["basic","basiccss","beige","blue","bluegray","default","haloBlue","haloGreen","haloOrange","haloSilver","lightgray","none","red","silver"] },
"cfform/preservedata": { "attribOption": ["true","false"], "type": "boolean" },
"cfform/onload": { "attribOption": [] },
"cfform/onsubmit": { "attribOption": [] },
"cfform/codebase": { "attribOption": [] },
"cfform/archive": { "attribOption": [] },
"cfform/height": { "attribOption": [] },
"cfform/width": { "attribOption": [] },
"cfform/onerror": { "attribOption": [] },
"cfform/wmode": { "attribOption": ["opaque","transparent","window"] },
"cfform/accessible": { "attribOption": ["true","false"], "type": "boolean" },
"cfform/preloader": { "attribOption": ["true","false"], "type": "boolean" },
"cfform/timeout": { "attribOption": [] },
"cfform/scriptsrc": { "attribOption": [] },
"cfform/style": { "attribOption": [] },
"cfform/onreset": { "attribOption": [] },
"cfform/id": { "attribOption": [] },
"cfform/target": { "attribOption": [] },
"cfform/passthrough": { "attribOption": [] },
"cfform/onsuccess": { "attribOption": [] },
"cfform/enctype": { "attribOption": ["application/x-www-form-urlencoded","multipart/form-data","text/plain"] },
"cfform/class": { "attribOption": [] },
"cfform/enablecab": { "attribOption": [] },
"cfformgroup/type": { "attribOption": ["accordion","fieldset","hbox","hdividedbox","horizontal","page","panel","repeater","tabnavigator","tile","vbox","vdividedbox","vertical"] },
"cfformgroup/query": { "attribOption": [] },
"cfformgroup/startrow": { "attribOption": [] },
"cfformgroup/maxrows": { "attribOption": [] },
"cfformgroup/label": { "attribOption": [] },
"cfformgroup/id": { "attribOption": [] },
"cfformgroup/style": { "attribOption": [] },
"cfformgroup/selectedindex": { "attribOption": [] },
"cfformgroup/width": { "attribOption": [] },
"cfformgroup/height": { "attribOption": [] },
"cfformgroup/enabled": { "attribOption": ["true","false"], "type": "boolean" },
"cfformgroup/visible": { "attribOption": ["true","false"], "type": "boolean" },
"cfformgroup/onchange": { "attribOption": [] },
"cfformgroup/tooltip": { "attribOption": [] },
"cfformitem/type": { "attribOption": ["hrule","html","script","spacer","text","vrule"] },
"cfformitem/style": { "attribOption": [] },
"cfformitem/width": { "attribOption": [] },
"cfformitem/height": { "attribOption": [] },
"cfformitem/enabled": { "attribOption": ["true","false"], "type": "boolean" },
"cfformitem/visible": { "attribOption": ["true","false"], "type": "boolean" },
"cfformitem/tooltip": { "attribOption": [] },
"cfformitem/bind": { "attribOption": [] },
"cfftp/action": { "attribOption": ["acct","allo","changedir","close","createdir","exists","existsdir","existsfile","getcurrentdir","getcurrenturl","getfile","listdir","open","putfile","quote","remove","removedir","rename","site"] },
"cfftp/username": { "attribOption": [] },
"cfftp/password": { "attribOption": [] },
"cfftp/server": { "attribOption": [] },
"cfftp/timeout": { "attribOption": [] },
"cfftp/port": { "attribOption": [] },
"cfftp/connection": { "attribOption": [] },
"cfftp/proxyserver": { "attribOption": [] },
"cfftp/retrycount": { "attribOption": [] },
"cfftp/stoponerror": { "attribOption": ["true","false"], "type": "boolean" },
"cfftp/passive": { "attribOption": ["true","false"], "type": "boolean" },
"cfftp/transfermode": { "attribOption": ["ascii","auto","binary"] },
"cfftp/failifexists": { "attribOption": ["true","false"], "type": "boolean" },
"cfftp/directory": { "attribOption": [] },
"cfftp/localfile": { "attribOption": [] },
"cfftp/remotefile": { "attribOption": [] },
"cfftp/item": { "attribOption": [] },
"cfftp/existing": { "attribOption": [] },
"cfftp/new": { "attribOption": [] },
"cfftp/name": { "attribOption": [] },
"cfftp/result": { "attribOption": [] },
"cfftp/attributes": { "attribOption": [] },
"cfftp/passphrase": { "attribOption": [] },
"cfftp/buffersize": { "attribOption": [] },
"cfftp/secure": { "attribOption": ["false","true"] },
"cfftp/asciiextensionlist": { "attribOption": [] },
"cfftp/key": { "attribOption": [] },
"cfftp/actionparam": { "attribOption": [] },
"cfftp/fingerprint": { "attribOption": [] },
"cffunction/name": { "attribOption": [] },
"cffunction/returntype": { "attribOption": ["(component name)","Any","Array","Binary","boolean","date","guid","Numeric","Query","String","Struct","UUID","variablename","void","xml"] },
"cffunction/roles": { "attribOption": [] },
"cffunction/access": { "attribOption": ["package","private","public","remote"] },
"cffunction/output": { "attribOption": ["true","false"], "type": "boolean" },
"cffunction/displayname": { "attribOption": [] },
"cffunction/hint": { "attribOption": [] },
"cffunction/description": { "attribOption": [] },
"cffunction/returnformat": { "attribOption": ["JSON","plain","WDDX"] },
"cffunction/securejson": { "attribOption": ["true","false"], "type": "boolean" },
"cffunction/verifyclient": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/name": { "attribOption": [] },
"cfgrid/bind": { "attribOption": [] },
"cfgrid/pagesize": { "attribOption": [] },
"cfgrid/striperowcolor": { "attribOption": [] },
"cfgrid/preservepageonsort": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/striperows": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/format": { "attribOption": ["applet","flash","html","xml"] },
"cfgrid/height": { "attribOption": [] },
"cfgrid/width": { "attribOption": [] },
"cfgrid/autowidth": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/vspace": { "attribOption": [] },
"cfgrid/hspace": { "attribOption": [] },
"cfgrid/align": { "attribOption": ["absbottom","absmiddle","baseline","bottom","left","middle","right","texttop","top"] },
"cfgrid/query": { "attribOption": [] },
"cfgrid/insert": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/delete": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/sort": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/font": { "attribOption": ["arial","arialunicodeMS","courier","times"] },
"cfgrid/fontsize": { "attribOption": [] },
"cfgrid/italic": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/bold": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/textcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgrid/href": { "attribOption": [] },
"cfgrid/hrefkey": { "attribOption": [] },
"cfgrid/target": { "attribOption": [] },
"cfgrid/appendkey": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/highlighthref": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/onvalidate": { "attribOption": [] },
"cfgrid/onerror": { "attribOption": [] },
"cfgrid/griddataalign": { "attribOption": ["center","left","right"] },
"cfgrid/gridlines": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/rowheight": { "attribOption": [] },
"cfgrid/rowheaders": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/rowheaderalign": { "attribOption": ["center","left","right"] },
"cfgrid/rowheaderfont": { "attribOption": [] },
"cfgrid/rowheaderfontsize": { "attribOption": [] },
"cfgrid/rowheaderitalic": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/rowheaderbold": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/rowheadertextcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgrid/colheaders": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/colheaderalign": { "attribOption": ["center","left","right"] },
"cfgrid/colheaderfont": { "attribOption": [] },
"cfgrid/colheaderfontsize": { "attribOption": [] },
"cfgrid/colheaderitalic": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/colheaderbold": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/colheadertextcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgrid/bgcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgrid/selectcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgrid/selectmode": { "attribOption": ["browse","column","edit","row","single"] },
"cfgrid/maxrows": { "attribOption": [] },
"cfgrid/notsupported": { "attribOption": [] },
"cfgrid/picturebar": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/insertbutton": { "attribOption": ["Add","Insert"] },
"cfgrid/deletebutton": { "attribOption": ["Delete","Remove"] },
"cfgrid/sortascendingbutton": { "attribOption": ["A -> Z","Asc","Ascending"] },
"cfgrid/sortdescendingbutton": { "attribOption": ["Desc","Descending","Z -> A"] },
"cfgrid/style": { "attribOption": [] },
"cfgrid/enabled": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/visible": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/tooltip": { "attribOption": [] },
"cfgrid/onchange": { "attribOption": [] },
"cfgrid/bindonload": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/selectonload": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/onblur": { "attribOption": [] },
"cfgrid/onfocus": { "attribOption": [] },
"cfgrid/collapsible": { "attribOption": ["true","false"], "type": "boolean" },
"cfgrid/groupfield": { "attribOption": [] },
"cfgrid/onLoad": { "attribOption": [] },
"cfgrid/multiRowSelect": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/name": { "attribOption": [] },
"cfgridcolumn/header": { "attribOption": ["false","true"] },
"cfgridcolumn/width": { "attribOption": [] },
"cfgridcolumn/font": { "attribOption": ["arial","arialunicodeMS","courier","times"] },
"cfgridcolumn/fontsize": { "attribOption": [] },
"cfgridcolumn/italic": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/bold": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/bgcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgridcolumn/textcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgridcolumn/href": { "attribOption": [] },
"cfgridcolumn/hrefkey": { "attribOption": [] },
"cfgridcolumn/target": { "attribOption": [] },
"cfgridcolumn/select": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/display": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/type": { "attribOption": ["boolean","cd","combobox","computer","currency","date","document","element","fixed","floppy","folder","image","numeric","remote","string_noCase"] },
"cfgridcolumn/headerfont": { "attribOption": [] },
"cfgridcolumn/headerfontsize": { "attribOption": [] },
"cfgridcolumn/headeritalic": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/headerbold": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/headertextcolor": { "attribOption": ["black","blue","cyan","darkgray","lightgray","magenta","orange","pink","red","white","yellow"] },
"cfgridcolumn/dataalign": { "attribOption": ["center","left","right"] },
"cfgridcolumn/headeralign": { "attribOption": ["center","left","right"] },
"cfgridcolumn/numberformat": { "attribOption": [] },
"cfgridcolumn/values": { "attribOption": [] },
"cfgridcolumn/valuesdisplay": { "attribOption": [] },
"cfgridcolumn/valuesdelimiter": { "attribOption": [",",":",";","|"] },
"cfgridcolumn/mask": { "attribOption": [] },
"cfgridcolumn/headerIcon": { "attribOption": [] },
"cfgridcolumn/autoExpand": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridcolumn/headerMenu": { "attribOption": ["true","false"], "type": "boolean" },
"cfgridrow/data": { "attribOption": [] },
"cfgridrow/delimiter": { "attribOption": [] },
"cfgridupdate/grid": { "attribOption": [] },
"cfgridupdate/datasource": { "attribOption": [] },
"cfgridupdate/tablename": { "attribOption": [] },
"cfgridupdate/username": { "attribOption": [] },
"cfgridupdate/password": { "attribOption": [] },
"cfgridupdate/tableowner": { "attribOption": [] },
"cfgridupdate/tablequalifier": { "attribOption": [] },
"cfgridupdate/keyonly": { "attribOption": ["true","false"], "type": "boolean" },
"cfheader/name": { "attribOption": [] },
"cfheader/value": { "attribOption": [] },
"cfheader/charset": { "attribOption": ["big5","euc-cn","euc-jp","euc-kr","iso-2022-jp","iso-8859-1","shift_jis","us-ascii","utf-16","utf-8","windows-1252"] },
"cfheader/statuscode": { "attribOption": [] },
"cfheader/statustext": { "attribOption": [] },
"cfhtmlhead/text": { "attribOption": [] },
"cfhttp/url": { "attribOption": [ ], "type": "url" },
"cfhttp/port": { "attribOption": [] },
"cfhttp/method": { "attribOption": ["delete","get","head","options","post","put","trace"] },
"cfhttp/proxyserver": { "attribOption": [] },
"cfhttp/proxyport": { "attribOption": [] },
"cfhttp/proxyuser": { "attribOption": [] },
"cfhttp/proxypassword": { "attribOption": [] },
"cfhttp/username": { "attribOption": [] },
"cfhttp/password": { "attribOption": [] },
"cfhttp/useragent": { "attribOption": [] },
"cfhttp/charset": { "attribOption": ["big5","euc-cn","euc-jp","euc-kr","iso-2022-jp","iso-8859-1","shift_jis","us-ascii","utf-16","utf-8","windows-1252"] },
"cfhttp/resolveurl": { "attribOption": ["true","false"], "type": "boolean" },
"cfhttp/throwonerror": { "attribOption": ["true","false"], "type": "boolean" },
"cfhttp/redirect": { "attribOption": ["true","false"], "type": "boolean" },
"cfhttp/timeout": { "attribOption": [] },
"cfhttp/getasbinary": { "attribOption": ["auto","never","no","yes"] },
"cfhttp/result": { "attribOption": [] },
"cfhttp/delimiter": { "attribOption": [",",":",";","|"] },
"cfhttp/name": { "attribOption": [] },
"cfhttp/columns": { "attribOption": [] },
"cfhttp/firstrowasheaders": { "attribOption": ["true","false"], "type": "boolean" },
"cfhttp/textqualifier": { "attribOption": ["\"","'"] },
"cfhttp/file": { "attribOption": [] },
"cfhttp/multipart": { "attribOption": ["true","false"], "type": "boolean" },
"cfhttp/clientcertpassword": { "attribOption": [] },
"cfhttp/path": { "attribOption": [] },
"cfhttp/clientcert": { "attribOption": [] },
"cfhttp/compression": { "attribOption": [] },
"cfhttpparam/type": { "attribOption": ["body","cgi","cookie","file","formfield","header","url","xml"] },
"cfhttpparam/name": { "attribOption": [] },
"cfhttpparam/value": { "attribOption": [] },
"cfhttpparam/file": { "attribOption": [] },
"cfhttpparam/encoded": { "attribOption": ["true","false"], "type": "boolean" },
"cfhttpparam/mimetype": { "attribOption": ["text/html","text/plain"] },
"cfimage/action": { "attribOption": ["border","captcha","convert","info","read","resize","rotate","write","writeToBrowser"] },
"cfimage/angle": { "attribOption": [] },
"cfimage/color": { "attribOption": [] },
"cfimage/destination": { "attribOption": [] },
"cfimage/difficulty": { "attribOption": ["high","low","medium"] },
"cfimage/fontSize": { "attribOption": [] },
"cfimage/format": { "attribOption": ["jpeg","jpg","PNG"] },
"cfimage/height": { "attribOption": [] },
"cfimage/isBase64": { "attribOption": ["true","false"], "type": "boolean" },
"cfimage/name": { "attribOption": [] },
"cfimage/overwrite": { "attribOption": ["true","false"], "type": "boolean" },
"cfimage/quality": { "attribOption": [] },
"cfimage/source": { "attribOption": [] },
"cfimage/structName": { "attribOption": [] },
"cfimage/text": { "attribOption": [] },
"cfimage/thickness": { "attribOption": [] },
"cfimage/width": { "attribOption": [] },
"cfimage/fonts": { "attribOption": [] },
"cfimap/password": { "attribOption": [] },
"cfimap/secure": { "attribOption": ["true","false"], "type": "boolean" },
"cfimap/action": { "attribOption": ["close","createfolder","delete","deletefolder","getall","getheaderonly","listallfolders","markread","movemail","open","renamefolder"] },
"cfimap/timeout": { "attribOption": [] },
"cfimap/messageNumber": { "attribOption": [] },
"cfimap/connection": { "attribOption": [] },
"cfimap/newFolder": { "attribOption": [] },
"cfimap/uid": { "attribOption": [] },
"cfimap/folder": { "attribOption": [] },
"cfimap/port": { "attribOption": [] },
"cfimap/stoponerror": { "attribOption": ["true","false"], "type": "boolean" },
"cfimap/generateUniqueFileNames": { "attribOption": ["true","false"], "type": "boolean" },
"cfimap/maxrows": { "attribOption": [] },
"cfimap/username": { "attribOption": [] },
"cfimap/startRow": { "attribOption": [] },
"cfimap/attachmentpath": { "attribOption": [] },
"cfimap/server": { "attribOption": [] },
"cfimap/name": { "attribOption": [] },
"cfimap/recurse": { "attribOption": ["true","false"], "type": "boolean" },
"cfimport/taglib": { "attribOption": [] },
"cfimport/prefix": { "attribOption": [] },
"cfimport/path": { "attribOption": [] },
"cfinclude/template": { "attribOption": [] },
"cfindex/collection": { "attribOption": [] },
"cfindex/action": { "attribOption": ["delete","purge","refresh","update"] },
"cfindex/type": { "attribOption": ["custom","file","path"] },
"cfindex/title": { "attribOption": [] },
"cfindex/key": { "attribOption": [] },
"cfindex/body": { "attribOption": [] },
"cfindex/custom1": { "attribOption": [] },
"cfindex/custom2": { "attribOption": [] },
"cfindex/custom3": { "attribOption": [] },
"cfindex/custom4": { "attribOption": [] },
"cfindex/category": { "attribOption": [] },
"cfindex/categoryTree": { "attribOption": [] },
"cfindex/urlpath": { "attribOption": [ ], "type": "url" },
"cfindex/extensions": { "attribOption": [] },
"cfindex/query": { "attribOption": [] },
"cfindex/recurse": { "attribOption": ["true","false"], "type": "boolean" },
"cfindex/language": { "attribOption": [] },
"cfindex/status": { "attribOption": [] },
"cfindex/prefix": { "attribOption": [] },
"cfinput/name": { "attribOption": [] },
"cfinput/autosuggest": { "attribOption": [] },
"cfinput/autosuggestbinddelay": { "attribOption": [] },
"cfinput/autosuggestminlength": { "attribOption": [] },
"cfinput/bindattribute": { "attribOption": [] },
"cfinput/bindonload": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/id": { "attribOption": [] },
"cfinput/type": { "attribOption": ["autosuggest","button","checkbox","datefield","file","hidden","image","password","radio","reset","submit","text"] },
"cfinput/label": { "attribOption": [] },
"cfinput/style": { "attribOption": [] },
"cfinput/class": { "attribOption": [] },
"cfinput/required": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/mask": { "attribOption": [] },
"cfinput/validate": { "attribOption": ["creditcard","date","eurodate","float","integer","regular_expression","social_security_number","telephone","time","zipcode"] },
"cfinput/validateat": { "attribOption": ["onBlur","onServer","onSubmit"] },
"cfinput/message": { "attribOption": [] },
"cfinput/range": { "attribOption": [] },
"cfinput/maxlength": { "attribOption": [] },
"cfinput/pattern": { "attribOption": [] },
"cfinput/onvalidate": { "attribOption": [] },
"cfinput/onerror": { "attribOption": [] },
"cfinput/size": { "attribOption": [] },
"cfinput/value": { "attribOption": [] },
"cfinput/bind": { "attribOption": [] },
"cfinput/checked": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/disabled": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/src": { "attribOption": [] },
"cfinput/onkeyup": { "attribOption": [] },
"cfinput/onkeydown": { "attribOption": [] },
"cfinput/onmouseup": { "attribOption": [] },
"cfinput/onmousedown": { "attribOption": [] },
"cfinput/onchange": { "attribOption": [] },
"cfinput/onclick": { "attribOption": [] },
"cfinput/daynames": { "attribOption": ["F","Fri","Friday","M","Mon","Monday","S","S,M,T,W,Th,F,S","Sa","Sat","Saturday","Sun","Sun,Mon,Tue,Wed,Thu,Fri,Sat","Sunday","Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday","T","Th","Thu","Thursday","Tue","Tuesday","W","Wed","Wednesday"] },
"cfinput/firstdayofweek": { "attribOption": ["0","1","2","3","4","5","6"] },
"cfinput/monthnames": { "attribOption": ["Apr","April","Aug","August","Dec","December","Feb","February","Jan","Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec","January","January,February,March,April,May,June,July,August,September,October,November,December","Jul","July","Jun","June","Mar","March","May","Nov","November","Oct","October","Sep","September"] },
"cfinput/enabled": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/visible": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/tooltip": { "attribOption": [] },
"cfinput/width": { "attribOption": [] },
"cfinput/height": { "attribOption": [] },
"cfinput/passthrough": { "attribOption": [] },
"cfinput/delimiter": { "attribOption": [] },
"cfinput/maxresultsdisplayed": { "attribOption": [] },
"cfinput/onbinderror": { "attribOption": [] },
"cfinput/showautosuggestloadingicon": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/sourcefortooltip": { "attribOption": [] },
"cfinput/typeahead": { "attribOption": ["true","false"], "type": "boolean" },
"cfinput/matchContains": { "attribOption": ["true","false"], "type": "boolean" },
"cfinsert/datasource": { "attribOption": [] },
"cfinsert/tablename": { "attribOption": [] },
"cfinsert/tableowner": { "attribOption": [] },
"cfinsert/tablequalifier": { "attribOption": [] },
"cfinsert/username": { "attribOption": [] },
"cfinsert/password": { "attribOption": [] },
"cfinsert/formfields": { "attribOption": [] },
"cfinsert/providerdsn": { "attribOption": [] },
"cfinsert/dbtype": { "attribOption": [] },
"cfinsert/dbname": { "attribOption": [] },
"cfinsert/dbserver": { "attribOption": [] },
"cfinsert/provider": { "attribOption": [] },
"cfinterface/displayName": { "attribOption": [] },
"cfinterface/extends": { "attribOption": [] },
"cfinterface/hint": { "attribOption": [] },
"cfinvoke/component": { "attribOption": [] },
"cfinvoke/method": { "attribOption": [] },
"cfinvoke/returnvariable": { "attribOption": [] },
"cfinvoke/argumentcollection": { "attribOption": [] },
"cfinvoke/username": { "attribOption": [] },
"cfinvoke/password": { "attribOption": [] },
"cfinvoke/webservice": { "attribOption": [ ], "type": "url" },
"cfinvoke/timeout": { "attribOption": [] },
"cfinvoke/proxyserver": { "attribOption": [] },
"cfinvoke/proxyport": { "attribOption": [] },
"cfinvoke/proxyuser": { "attribOption": [] },
"cfinvoke/proxypassword": { "attribOption": [] },
"cfinvoke/serviceport": { "attribOption": [] },
"cfinvoke/refreshwsdl": { "attribOption": ["true","false"], "type": "boolean" },
"cfinvoke/wsdl2javaargs": { "attribOption": [] },
"cfinvokeargument/name": { "attribOption": [] },
"cfinvokeargument/value": { "attribOption": [] },
"cfinvokeargument/omit": { "attribOption": ["true","false"], "type": "boolean" },
"cflayout/type": { "attribOption": ["accordion","border","hbox","tab","vbox"] },
"cflayout/align": { "attribOption": ["center","justify","left","right"] },
"cflayout/name": { "attribOption": [] },
"cflayout/padding": { "attribOption": [] },
"cflayout/style": { "attribOption": [] },
"cflayout/tabheight": { "attribOption": [] },
"cflayout/tabposition": { "attribOption": ["bottom","top"] },
"cflayout/titlecollapse": { "attribOption": ["true","false"], "type": "boolean" },
"cflayout/activeontop": { "attribOption": ["true","false"], "type": "boolean" },
"cflayout/fillheight": { "attribOption": ["true","false"], "type": "boolean" },
"cflayout/fitToWindow": { "attribOption": ["true","false"], "type": "boolean" },
"cflayout/height": { "attribOption": [] },
"cflayout/width": { "attribOption": [] },
"cflayout/buttonStyle": { "attribOption": [] },
"cflayoutarea/position": { "attribOption": ["bottom","center","left","right","top"] },
"cflayoutarea/align": { "attribOption": ["center","justify","left","right"] },
"cflayoutarea/closable": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/collapsible": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/disabled": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/initCollapsed": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/initHide": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/maxSize": { "attribOption": [] },
"cflayoutarea/minSize": { "attribOption": [] },
"cflayoutarea/name": { "attribOption": [] },
"cflayoutarea/onBindError": { "attribOption": [] },
"cflayoutarea/overflow": { "attribOption": ["auto","hidden","scroll","visible"] },
"cflayoutarea/selected": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/size": { "attribOption": [] },
"cflayoutarea/source": { "attribOption": [] },
"cflayoutarea/splitter": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/style": { "attribOption": [] },
"cflayoutarea/title": { "attribOption": [] },
"cflayoutarea/refreshonactivate": { "attribOption": ["true","false"], "type": "boolean" },
"cflayoutarea/titleIcon": { "attribOption": [] },
"cflayoutarea/bindOnLoad": { "attribOption": ["true","false"], "type": "boolean" },
"cfldap/server": { "attribOption": [] },
"cfldap/port": { "attribOption": [] },
"cfldap/username": { "attribOption": [] },
"cfldap/password": { "attribOption": [] },
"cfldap/action": { "attribOption": ["add","delete","modify","modifyDN","query"] },
"cfldap/name": { "attribOption": [] },
"cfldap/timeout": { "attribOption": [] },
"cfldap/maxrows": { "attribOption": [] },
"cfldap/start": { "attribOption": [] },
"cfldap/scope": { "attribOption": ["base","onelevel","subtree"] },
"cfldap/attributes": { "attribOption": [] },
"cfldap/returnasbinary": { "attribOption": [] },
"cfldap/filter": { "attribOption": [] },
"cfldap/sort": { "attribOption": [] },
"cfldap/sortcontrol": { "attribOption": ["asc","desc","nocase","nocase, asc","nocase, desc"] },
"cfldap/dn": { "attribOption": [] },
"cfldap/startrow": { "attribOption": [] },
"cfldap/modifytype": { "attribOption": ["add","delete","replace"] },
"cfldap/rebind": { "attribOption": ["true","false"], "type": "boolean" },
"cfldap/referral": { "attribOption": [] },
"cfldap/secure": { "attribOption": ["CFSSL_BASIC"] },
"cfldap/separator": { "attribOption": [",",":",";","|"] },
"cfldap/delimiter": { "attribOption": [",",":",";","|"] },
"cflocation/url": { "attribOption": [] },
"cflocation/addtoken": { "attribOption": ["true","false"], "type": "boolean" },
"cflocation/statuscode": { "attribOption": [] },
"cflock/timeout": { "attribOption": [] },
"cflock/scope": { "attribOption": ["Application","request","Server","Session"] },
"cflock/name": { "attribOption": [] },
"cflock/throwontimeout": { "attribOption": ["true","false"], "type": "boolean" },
"cflock/type": { "attribOption": ["exclusive","readonly"] },
"cflog/text": { "attribOption": [] },
"cflog/log": { "attribOption": ["Application","Scheduler"] },
"cflog/file": { "attribOption": [] },
"cflog/type": { "attribOption": ["error","fatal","information","warning"] },
"cflog/application": { "attribOption": ["true","false"], "type": "boolean" },
"cflogin/idletimeout": { "attribOption": [] },
"cflogin/applicationtoken": { "attribOption": [] },
"cflogin/cookiedomain": { "attribOption": [] },
"cfloginuser/name": { "attribOption": [] },
"cfloginuser/password": { "attribOption": [] },
"cfloginuser/roles": { "attribOption": [] },
"cfloop/index": { "attribOption": [] },
"cfloop/to": { "attribOption": [] },
"cfloop/from": { "attribOption": [] },
"cfloop/step": { "attribOption": [] },
"cfloop/condition": { "attribOption": [] },
"cfloop/query": { "attribOption": [] },
"cfloop/startrow": { "attribOption": [] },
"cfloop/endrow": { "attribOption": [] },
"cfloop/list": { "attribOption": [] },
"cfloop/delimiters": { "attribOption": [",",":",";","|"] },
"cfloop/collection": { "attribOption": [] },
"cfloop/item": { "attribOption": [] },
"cfloop/array": { "attribOption": [] },
"cfloop/characters": { "attribOption": [] },
"cfloop/file": { "attribOption": [] },
"cfmail/to": { "attribOption": [] },
"cfmail/from": { "attribOption": [] },
"cfmail/cc": { "attribOption": [] },
"cfmail/bcc": { "attribOption": [] },
"cfmail/subject": { "attribOption": [] },
"cfmail/replyto": { "attribOption": [] },
"cfmail/failto": { "attribOption": [] },
"cfmail/username": { "attribOption": [] },
"cfmail/password": { "attribOption": [] },
"cfmail/wraptext": { "attribOption": [] },
"cfmail/charset": { "attribOption": ["big5","euc-cn","euc-jp","euc-kr","iso-2022-jp","iso-8859-1","shift_jis","us-ascii","utf-16","utf-8","windows-1252"] },
"cfmail/type": { "attribOption": ["html","plain","text","text/html","text/plain"] },
"cfmail/mimeattach": { "attribOption": [] },
"cfmail/query": { "attribOption": [] },
"cfmail/group": { "attribOption": [] },
"cfmail/groupcasesensitive": { "attribOption": ["true","false"], "type": "boolean" },
"cfmail/startrow": { "attribOption": [] },
"cfmail/maxrows": { "attribOption": [] },
"cfmail/server": { "attribOption": [] },
"cfmail/port": { "attribOption": [] },
"cfmail/mailerid": { "attribOption": [] },
"cfmail/timeout": { "attribOption": [] },
"cfmail/spoolenable": { "attribOption": ["true","false"], "type": "boolean" },
"cfmail/debug": { "attribOption": ["true","false"], "type": "boolean" },
"cfmail/priority": { "attribOption": ["highest","low","lowest","normal","urgent"] },
"cfmail/usessl": { "attribOption": ["true","false"], "type": "boolean" },
"cfmail/usetls": { "attribOption": ["true","false"], "type": "boolean" },
"cfmail/remove": { "attribOption": ["true","false"], "type": "boolean" },
"cfmail/keystore": { "attribOption": [] },
"cfmail/keypassword": { "attribOption": [] },
"cfmail/sign": { "attribOption": ["true","false"], "type": "boolean" },
"cfmail/keyalias": { "attribOption": [] },
"cfmail/keystorepassword": { "attribOption": [] },
"cfmailparam/file": { "attribOption": [] },
"cfmailparam/type": { "attribOption": ["html","plain","text","text/html","text/plain"] },
"cfmailparam/name": { "attribOption": ["Abuse-Reports-To","Apparently-To","Approved-By","Content-Alias","Content-Class","Content-Conversion","Content-Length","Content-SGML-Entity","Delivered-To","Envelope-To","Errors-To","Fax","Fcc","For-Approval","For-Comment","For-Handling","List-Digest","List-Software","List-URL","Mail-System-Version","Mailer","Mailing-List","Message-Context","Originating-Client","Originator-Info","Phone","Posted-To","Precedence","Read-Receipt-To","Register-Mail-Reply-Requested-By","Return-Receipt-Requested","Return-Receipt-To","Speech-Act","Status","Telefax","Translated-By","Translation-Of","User-Agent","X-Admin","X-Complaints-To","X-Confirm-reading-to","X-Envelope-From","X-Envelope-To","X-Face","X-IMAP","X-List-Host","X-Listserver","X-Loop","X-Mailer ","X-Mailing-List","X-MIME-Autoconverted","X-MimeOLE","X-MSMail-Priority","X-Newsreader","X-No-Archive","X-OriginalArrivalTime","X-Priority","X-RCPT-TO","X-Report-Abuse-To","X-Sender","X-UIDL","X-URI","X-URL","X-X-Sender"] },
"cfmailparam/value": { "attribOption": [] },
"cfmailparam/contentID": { "attribOption": [] },
"cfmailparam/disposition": { "attribOption": ["attachment","inline"] },
"cfmailparam/content": { "attribOption": [] },
"cfmailparam/remove": { "attribOption": ["true","false"], "type": "boolean" },
"cfmailpart/type": { "attribOption": ["text/html","text/plain"] },
"cfmailpart/wraptext": { "attribOption": [] },
"cfmailpart/charset": { "attribOption": ["big5","euc-cn","euc-jp","euc-kr","iso-2022-jp","iso-8859-1","shift_jis","us-ascii","utf-16","utf-8","windows-1252"] },
"cfmap/width": { "attribOption": [] },
"cfmap/centerlongitude": { "attribOption": [] },
"cfmap/centeraddress": { "attribOption": [] },
"cfmap/continuouszoom": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/type": { "attribOption": ["earth","hybrid","map","satellite","terrain"] },
"cfmap/title": { "attribOption": [] },
"cfmap/zoomcontrol": { "attribOption": ["large","large3D","none","small","small3D"] },
"cfmap/tip": { "attribOption": ["false","true"] },
"cfmap/overview": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/hideborder": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/doubleclickzoom": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/key": { "attribOption": [] },
"cfmap/collapsible": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/zoomlevel": { "attribOption": [] },
"cfmap/height": { "attribOption": [] },
"cfmap/centerlatitude": { "attribOption": [] },
"cfmap/onload": { "attribOption": [] },
"cfmap/typecontrol": { "attribOption": ["advanced","basic","none"] },
"cfmap/displayscale": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/name": { "attribOption": [] },
"cfmap/scrollwheelzoom": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/markerBind": { "attribOption": [] },
"cfmap/showMarkerWindow": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/markerWindowContent": { "attribOption": [] },
"cfmap/markerIcon": { "attribOption": [] },
"cfmap/markerColor": { "attribOption": [] },
"cfmap/onError": { "attribOption": [] },
"cfmap/showCenterMarker": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/showScale": { "attribOption": ["true","false"], "type": "boolean" },
"cfmap/initshow": { "attribOption": ["true","false"], "type": "boolean" },
"cfmapitem/longitude": { "attribOption": [] },
"cfmapitem/address": { "attribOption": [] },
"cfmapitem/tip": { "attribOption": [] },
"cfmapitem/latitude": { "attribOption": [] },
"cfmapitem/name": { "attribOption": [] },
"cfmapitem/showMarkerWindow": { "attribOption": ["true","false"], "type": "boolean" },
"cfmapitem/markerWindowContent": { "attribOption": [] },
"cfmapitem/markerIcon": { "attribOption": [] },
"cfmapitem/markerColor": { "attribOption": [] },
"cfmediaplayer/width": { "attribOption": [] },
"cfmediaplayer/height": { "attribOption": [] },
"cfmediaplayer/fullscreencontrol": { "attribOption": ["true","false"], "type": "boolean" },
"cfmediaplayer/hideBorder": { "attribOption": ["true","false"], "type": "boolean" },
"cfmediaplayer/controlbar": { "attribOption": ["true","false"], "type": "boolean" },
"cfmediaplayer/align": { "attribOption": ["center","left","right"] },
"cfmediaplayer/onload": { "attribOption": [] },
"cfmediaplayer/bgcolor": { "attribOption": [] },
"cfmediaplayer/source": { "attribOption": [] },
"cfmediaplayer/name": { "attribOption": [] },
"cfmediaplayer/quality": { "attribOption": ["high","low","medium"] },
"cfmediaplayer/hideTitle": { "attribOption": ["true","false"], "type": "boolean" },
"cfmediaplayer/oncomplete": { "attribOption": [] },
"cfmediaplayer/onstart": { "attribOption": [] },
"cfmediaplayer/wmode": { "attribOption": ["opaque","transparent","window"] },
"cfmediaplayer/autoPlay": { "attribOption": ["true","false"], "type": "boolean" },
"cfmediaplayer/style": { "attribOption": [] },
"cfmenu/bgcolor": { "attribOption": [] },
"cfmenu/childstyle": { "attribOption": [] },
"cfmenu/font": { "attribOption": [] },
"cfmenu/fontcolor": { "attribOption": [] },
"cfmenu/fontsize": { "attribOption": [] },
"cfmenu/menustyle": { "attribOption": [] },
"cfmenu/name": { "attribOption": [] },
"cfmenu/selectedfontcolor": { "attribOption": [] },
"cfmenu/selecteditemcolor": { "attribOption": [] },
"cfmenu/type": { "attribOption": ["horizontal","vertical"] },
"cfmenu/width": { "attribOption": [] },
"cfmenuitem/display": { "attribOption": [] },
"cfmenuitem/childstyle": { "attribOption": [] },
"cfmenuitem/divider": { "attribOption": ["false","true"] },
"cfmenuitem/href": { "attribOption": [] },
"cfmenuitem/image": { "attribOption": [] },
"cfmenuitem/menustyle": { "attribOption": [] },
"cfmenuitem/name": { "attribOption": [] },
"cfmenuitem/style": { "attribOption": [] },
"cfmenuitem/target": { "attribOption": [] },
"cfmessagebox/labelcancel": { "attribOption": [] },
"cfmessagebox/callbackHandler": { "attribOption": [] },