forked from telerik/winforms-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
1303 lines (1299 loc) · 36.9 KB
/
_config.yml
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
# The public documentation URL, used for sitemap.xml
url: "http://docs.telerik.com/devtools/winforms"
site_name: WinForms
# Exclude files which should not be in the output
exclude: [README.md,Gemfile,Gemfile.lock]
navigation:
## List your directory names and order here, like this:
winforms-converter:
title: Convert your application to UI for WinForms
position: 30
winforms-converter/supported-controls:
title: Supported Controls
position: 3
installation-deployment-and-distribution:
title: Installation, Deployment and Distribution
position: 40
analytics:
title: Analytics
position: 45
installation-deployment-and-distribution/visual-studio-extensions:
title: Visual Studio Extensions
position: 6
licensing:
title: Licensing
position: 50
buttons:
title: Buttons
position: 60
buttons/button:
title: Button
position: 0
buttons/button/customizing-appearance:
title: Customizing Appearance
position: 5
buttons/checkbox:
title: CheckBox
position: 1
buttons/checkbox/customizing-appearance:
title: Customizing Appearance
position: 5
buttons/dropdownbutton:
title: DropDownButton
position: 2
buttons/dropdownbutton/customizing-appearance:
title: Customizing Appearance
position: 5
buttons/radiobutton:
title: RadioButton
position: 3
buttons/radiobutton/customizing-appearance:
title: Customizing Appearance
position: 5
buttons/repeatbutton:
title: RepeatButton
position: 4
buttons/repeatbutton/customizing-appearance:
title: Customizing Appearance
position: 5
buttons/splitbutton:
title: SplitButton
position: 5
buttons/splitbutton/customizing-appearance:
title: Customizing Appearance
position: 5
buttons/togglebutton:
title: ToggleButton
position: 6
buttons/togglebutton/customizing-appearance:
title: Customizing Appearance
position: 5
buttons/toggleswitch:
title: ToggleSwitch
position: 8
buttons/toggleswitch/customizing-appearance:
title: Customizing Appearance
position: 5
bindingnavigator:
title: BindingNavigator
position: 70
bindingnavigator/design-time:
title: Design Time
position: 3
bindingnavigator/customizing-appearance:
title: Customizing Appearance
position: 5
calendar:
title: Calendar
position: 80
calendar/customizing-appearance:
title: Customizing Appearance
position: 6
calendar/customizing-behavior:
title: Customizing Behavior
position: 7
calendar/features:
title: Features
position: 5
calendar/design-time:
title: Design Time
position: 2
calendar/localization:
title: Localization
position: 8
cardview:
title: CardView
position: 90
cardview/populating-with-data:
title: Populating with Data
position: 4
cardview/features:
title: Features
position: 5
cardview/customizing-appearance:
title: Customzing Appearance
position: 6
cardview/editors:
title: Editors
position: 7
carousel:
title: Carousel
position: 100
carousel/using-radcarousel:
title: Using RadCarousel
position: 5
carousel/customizing-appearance:
title: Customizing Appearance
position: 6
carousel/design-time:
title: Design-time
position: 2
chart:
title: Chart (obsolete)
position: 110
chart/getting-started:
title: Getting Started
position: 0
chart/changes-and-backward-compatibility:
title: Changes And Backward Compatibility
position: 1
chart/features:
title: Features
position: 2
chart/understanding-radchart-types:
title: Understanding RadChart Types
position: 3
chart/understanding-radchart-elements:
title: Understanding RadChart Elements
position: 4
chart/understanding-radchart-ui:
title: Understanding RadChart UI
position: 5
chart/building-radcharts:
title: Binding RadCharts
position: 6
chart/styling-radcharts:
title: Styling RadCharts
position: 7
chart/advanced-topics:
title: Advanced Topics
position: 8
chart/how-to:
title: How To
position: 8
chartview:
title: ChartView
position: 120
chartview/design-time:
title: Design Time
position: 3
chartview/series-types:
title: Series Types
position: 6
chartview/series-types/series-types:
title: Overview
position: 0
chartview/series-types/indicators:
title: Indicators
position: 20
chartview/series-types/indicators/indicators:
title: Overview
position: 0
chartview/axes:
title: Axes
position: 7
chartview/axes/axes:
title: Overview
position: 0
chartview/features:
title: Features
position: 8
chartview/features/annotations:
title: Annotations
position: 11
chartview/features/annotations/annotations:
title: Overview
position: 0
chartview/populating-with-data:
title: Populating with Data
position: 9
chartview/customization:
title: Customization
position: 10
chartview/context-menu:
title: Context Menu
position: 11
chartview/printing-support:
title: Printing Support
position: 12
checkedlistbox:
title: CheckedListBox
position: 130
clock:
title: Clock
position: 140
clock/customizing-appearance:
title: Customizing Appearance
position: 5
commandbar:
title: CommandBar
position: 150
commandbar/customizing-appearance:
title: Customizing Appearance
position: 5
commandbar/how-to:
title: How To
position: 6
commandbar/localization:
title: Localization
position: 7
dataentry:
title: DataEntry
position: 160
dataentry/how-to:
title: How To
position: 7
dataentry/customizing-appearance:
title: Customizing Appearance
position: 8
datafilter:
title: DataFilter
position: 161
datafilter/working-with-descriptor-items:
title: Working with Descriptor Items
position: 4
datafilter/customizing-appearance:
title: Customizing Appearance
position: 5
datafilter/editing:
title: Editing
position: 7
datafilter/localization:
title: Localization
position: 10
datalayout:
title: DataLayout
position: 170
datalayout/customizing-appearance:
title: Customizing Appearance
position: 10
diagram:
title: Diagram
position: 180
diagram/diagram-items:
title: Diagram Items
position: 8
diagram/diagram-items/connections:
title: Connections
position: 1
diagram/data-binding:
title: Data Binding
position: 10
diagram/items-manipulation:
title: Items Manipulation
position: 11
diagram/features:
title: Features
position: 12
diagram/events:
title: Events
position: 13
diagram/diagram-tools:
title: Diagram Tools
position: 14
diagram/drag-and-drop:
title: Drag and Drop
position: 15
dock:
title: Dock
position: 190
dock/design-time:
title: Design-Time
position: 2
dock/architecture-and-features:
title: Architecture and Features
position: 3
dock/object-model:
title: Object Model
position: 4
dock/docking-usercontrols-and-forms:
title: Docking UserControls and Forms
position: 5
dock/mdi-mode:
title: MDI Mode
position: 6
dock/loading-and-saving-layouts:
title: Loading and Saving Layouts
position: 7
dock/localization:
title: Localization
position: 9
dock/customizing-appearance:
title: Customizing Appearance
position: 8
desktopalert:
title: DesktopAlert
position: 200
desktopalert/customizing-appearance:
title: Customizing Appearance
position: 5
dropdown-listcontrol-and-checkeddropdownlist:
title: DropDown and ListControl
position: 210
dropdown-listcontrol-and-checkeddropdownlist/dropdownlist:
title: DropDownList
position: 1
dropdown-listcontrol-and-checkeddropdownlist/dropdownlist/populating-with-data:
title: Populating with Data
position: 5
dropdown-listcontrol-and-checkeddropdownlist/dropdownlist/customizing-appearance:
title: Customizing Appearance
position: 4
dropdown-listcontrol-and-checkeddropdownlist/dropdownlist/features:
title: Features
position: 6
dropdown-listcontrol-and-checkeddropdownlist/listcontrol:
title: ListControl
position: 2
dropdown-listcontrol-and-checkeddropdownlist/listcontrol/drag-and-drop:
title: Drag and Drop
position: 7
dropdown-listcontrol-and-checkeddropdownlist/listcontrol/populating-with-data:
title: Populating with Data
position: 4
dropdown-listcontrol-and-checkeddropdownlist/listcontrol/customizing-appearance:
title: Customizing Appearance
position: 8
dropdown-listcontrol-and-checkeddropdownlist/listcontrol/features:
title: Features
position: 9
dropdown-listcontrol-and-checkeddropdownlist/checkeddropdownlist:
title: CheckedDropDownList
position: 3
dropdown-listcontrol-and-checkeddropdownlist/checkeddropdownlist/populating-with-data:
title: Populating with Data
position: 4
dropdown-listcontrol-and-checkeddropdownlist/checkeddropdownlist/customizing-appearance:
title: Customizing Appearance
position: 5
dropdown-listcontrol-and-checkeddropdownlist/checkeddropdownlist/how-to:
title: How-To
position: 7
editors:
title: Editors
position: 220
editors/autocompletebox:
title: AutoCompleteBox
position: 0
editors/autocompletebox/customizing-appearance:
title: Customizing Appearance
position: 10
editors/browseeditor:
title: BrowseEditor
position: 1
editors/browseeditor/customizing-appearance:
title: Customizing Appearance
position: 7
editors/browseeditor/design-time:
title: Design Time
position: 2
editors/calculatordropdown:
title: CalculatorDropDown
position: 2
editors/calculatordropdown/design-time:
title: Design Time
position: 2
editors/calculatordropdown/customizing-appearance:
title: Customizing Appearance
position: 4
editors/colorbox:
title: ColorBox
position: 3
editors/colorbox/customizing-appearance:
title: Customizing Appearance
position: 6
editors/datetimepicker:
title: DateTimePicker
position: 4
editors/datetimepicker/internationalization:
title: Internationalization
position: 8
editors/datetimepicker/how-to:
title: How-to
position: 9
editors/datetimepicker/customizing-appearance:
title: Customzing Appearance
position: 10
editors/maskededitbox:
title: MaskedEditBox
position: 5
editors/maskededitbox/design-time:
title: Design Time
position: 2
editors/maskededitbox/customizing-appearance:
title: Customizing Appearance
position: 11
editors/spineditor:
title: SpinEditor
position: 6
editors/spineditor/customizing-appearance:
title: Customzing Appearance
position: 5
editors/textbox:
title: TextBox
position: 7
editors/textbox/customizing-appearance:
title: Customizing Appearance
position: 6
editors/textboxcontrol:
title: TextBoxControl
position: 8
editors/textboxcontrol/customizing-appearance:
title: Customizing Appearance
position: 10
editors/timepicker:
title: TimePicker
position: 9
editors/timepicker/customizing-appearance:
title: Customizing Appearance
position: 8
editors/popupeditor:
title: PopupEditor
position: 10
forms-and-dialogs:
title: Forms and Dialogs
position: 230
forms-and-dialogs/form:
title: Form
position: 1
forms-and-dialogs/ribbonform:
title: RibbonForm
position: 2
forms-and-dialogs/ribbonform/customizing-appearance:
title: Customizing Appearance
position: 4
forms-and-dialogs/shapedform:
title: ShapedForm
position: 3
forms-and-dialogs/colordialog:
title: ColorDialog
position: 4
forms-and-dialogs/messagebox:
title: MessageBox
position: 5
forms-and-dialogs/statusstrip:
title: StatusStrip
position: 6
forms-and-dialogs/templates:
title: Templates
position: 7
forms-and-dialogs/radtitlebar:
title: RadTitleBar
position: 8
ganttview:
title: GanttView
position: 240
ganttview/structure:
title: Structure
position: 1
ganttview/working-with-data:
title: Working with Data
position: 3
ganttview/design-time:
title: Design time
position: 2
ganttview/context-menu:
title: Context Menu
position: 4
ganttview/formatting:
title: Customizing Appearance
position: 5
ganttview/editing:
title: Editing
position: 6
ganttview/usability:
title: Usability
position: 7
ganttview/printing-support:
title: Printing Support
position: 8
ganttview/timeline:
title: Timeline
position: 9
ganttview/drag-and-drop:
title: Drag and Drop
position: 10
gauges:
title: Gauges
position: 250
gauges/bulletgraph:
title: Bullet Graph
position: 0
gauges/bulletgraph/design-time:
title: Design Time
position: 2
gauges/lineargauge:
title: Linear Gauge
position: 1
gauges/lineargauge/design-time:
title: Design Time
position: 2
gauges/lineargauge/elements:
title: Elements
position: 4
gauges/radialgauge:
title: Radial Gauge
position: 2
gauges/radialgauge/design-time:
title: Design Time
position: 2
gauges/radialgauge/understanding-gauge-elements:
title: Understanding Gauge Elements
position: 4
gridview:
title: GridView
position: 260
gridview/fundamentals:
title: Fundamentals
position: 2
gridview/columns:
title: Columns
position: 3
gridview/columns/column-types:
title: Column Types
position: 3
gridview/rows:
title: Rows
position: 4
gridview/rows/how-to:
title: How To
position: 19
gridview/cells:
title: Cells
position: 5
gridview/cells/formating-examples:
title: Formatting Examples
position: 10
gridview/drag-and-drop:
title: Drag and Drop
position: 5
gridview/editors:
title: Editors
position: 6
gridview/editors/how-to:
title: How-To
position: 7
gridview/context-menus:
title: Context Menus
position: 7
gridview/populating-with-data:
title: Populating with Data
position: 8
gridview/hierarchical-grid:
title: Hierarchical Grid
position: 9
gridview/hierarchical-grid/how-to:
title: How-To
position: 10
gridview/selection:
title: Selection
position: 10
gridview/scrolling:
title: Scrolling
position: 12
gridview/sorting:
title: Sorting
position: 13
gridview/grouping:
title: Grouping
position: 14
gridview/filtering:
title: Filtering
position: 15
gridview/paging:
title: Paging
position: 16
gridview/expression-editor:
title: Expression Editor
position: 17
gridview/insert-update-delete-records:
title: Insert/Update/Delete Records
position: 18
gridview/view-definitions:
title: View Definitions
position: 19
gridview/virtual-mode:
title: Virtual Mode
position: 20
gridview/exporting-data:
title: Exporting Data
position: 21
gridview/exporting-data/how-to:
title: How-To
position: 21
gridview/design-time-support:
title: Design-time
position: 2
gridview/end-user-capabilities:
title: End-user Capabilities
position: 23
gridview/styling-and-appearance:
title: Styling and Appearance
position: 24
gridview/localization:
title: Localization
position: 25
gridview/save-and-load-layout:
title: Save and Load Layout
position: 26
gridview/printing-support:
title: Printing Support
position: 27
layoutcontrol:
title: LayoutControl
position: 270
layoutcontrol/drag-and-drop:
title: Drag and Drop
position: 9
listview:
title: ListView
position: 280
listview/working-with-design-time:
title: Design Time
position: 3
listview/features:
title: Features
position: 5
listview/populating-with-data:
title: Populating with Data
position: 6
listview/drag-and-drop:
title: Drag and Drop
position: 7
listview/editors:
title: Editors
position: 8
listview/customizing-appearance:
title: Customizing Appearance
position: 9
listview/export-data:
title: Export Data
position: 10
map:
title: Map
position: 285
map/providers:
title: Providers
position: 3
map/providers/bingmaps:
title: Bing Maps
position: 1
map/providers/bingmaps/elevation:
title: Elevation
position: 4
map/file-readers:
title: File Readers
position: 4
map/features:
title: Features
position: 5
map/features/layers:
title: Layers
position: 0
map/drag-and-drop:
title: Drag and Drop
position: 8
map/how-to:
title: How-To
position: 9
menus:
title: Menus
position: 290
menus/application-menu:
title: Application Menu
position: 0
menus/menu:
title: Menu
position: 1
menus/contextmenu:
title: ContextMenu
position: 2
menus/menu/usability:
title: Usability
position: 4
menus/menu/design-time:
title: Design Time
position: 2
menus/menu/working-with-radmenu-items:
title: Working with Menu Items
position: 4
menus/menu/styling-and-appearance:
title: Styling and Apppearance
position: 5
menus/menu/menu-merge:
title: Menu Merge
position: 6
multicolumncombobox:
title: MultiColumnComboBox
position: 300
multicolumncombobox/populating-with-data:
title: Populating with data
position: 4
multicolumncombobox/features:
title: Features
position: 5
multicolumncombobox/styling-and-appearance:
title: Styling and Appearance
position: 8
multicolumncombobox/how-to:
title: How-To
position: 9
pageview:
title: PageView
position: 310
pageview/drag-and-drop:
title: Drag and Drop
position: 5
pageview/stripview:
title: StripView
position: 5
pageview/outlookview:
title: OutlookView
position: 6
pageview/explorerbarview:
title: ExplorerBarView
position: 7
pageview/stackview:
title: StackView
position: 8
pageview/backstageview:
title: BackstageView
position: 9
pageview/how-to:
title: How-To
position: 10
pageview/localization:
title: Localization
position: 11
panels-and-labels:
title: Panels and Labels
position: 320
panels-and-labels/groupbox:
title: GroupBox
position: 0
panels-and-labels/groupbox/customizing-appearance:
title: Customizing Appearance
position: 5
panels-and-labels/label:
title: Label
position: 1
panels-and-labels/label/customizing-appearance:
title: Customizing Appearance
position: 6
panels-and-labels/panel:
title: Panel
position: 2
panels-and-labels/panel/customizing-appearance:
title: Customizing Appearance
position: 5
panels-and-labels/collapsiblepanel:
title: Collapsible Panel
position: 3
panels-and-labels/collapsiblepanel/customizing-appearance:
title: Customizing Appearance
position: 6
panels-and-labels/groupbox/advanced:
title: Advanced
position: 4
panorama:
title: Panorama
position: 330
panorama/drad-and-drop:
title: Drag and Drop
position: 10
panorama/customizing-appearance:
title: Customizing Appearance
position: 7
pdfprocessing:
title: PdfProcessing
position: 340
pdfviewer:
title: PdfViewer
position: 350
pdfviewer/structure:
title: Structure
position: 1
pdfviewer/features:
title: Features
position: 5
pdfviewer/features/text:
title: Text Manipulation
position: 3
pdfviewer/ui:
title: UI
position: 8
pdfviewer/customize-and-extensibility:
title: Customize and Extensibility
position: 9
pdfviewer/how-to:
title: How-To
position: 10
pivotgrid:
title: PivotGrid
position: 360
pivotgrid/design-time:
title: Design-Time
position: 2
pivotgrid/populating-with-data:
title: Populating with Data
position: 4
pivotgrid/customizing-appearance:
title: Customizing Appearance
position: 6
pivotgrid/filtering:
title: Filtering
position: 8
pivotgrid/drag-and-drop:
title: Drag and Drop
position: 15
pivotgrid/printing-support:
title: Printing Support
position: 19
pivotgrid/pivot-field-list:
title: Pivot Field List
position: 20
pivotgrid/dialogs:
title: Dialogs
position: 21
pivotgrid/localization:
title: Localization
position: 22
pivotgrid/exporting-data:
title: Exporting Data
position: 23
pivotgrid/save-and-load-layout:
title: Save and Load Layout
position: 24
propertygrid:
title: PropertyGrid
position: 370
propertygrid/populating-with-data:
title: Populating with Data
position: 4
propertygrid/customizing-appearance:
title: Customizing Appearance
position: 8
propertygrid/features:
title: Features
position: 9
propertygrid/editors:
title: Editors
position: 10
propertygrid/export-data:
title: Export Data
position: 15
rangeselector:
title: RangeSelector
position: 380
ribbonbar:
title: RibbonBar
position: 390
ribbonbar/designing-radribbonbar:
title: Designing RadRibbonBar
position: 4
ribbonbar/styling-radribbonbar:
title: Styling RadRibbonBar
position: 6
ribbonbar/programming-radribbonbar:
title: Programming RadRibbonBar
position: 7
ribbonbar/backstage-view:
title: Backstage View
position: 8
ribbonbar/customizing-appearance:
title: Customizing Appearance
position: 9
ribbonbar/end-user-capabilities:
title: End-User Capabilities
position: 10
ribbonbar/how-to:
title: How To
position: 11
ribbonbar/localization:
title: Localization
position: 12
richtextbox:
title: RichTextBox (deprecated)
position: 400
richtextbox/features:
title: Features
position: 3
richtextbox/features/document-elements:
title: Document Elements
position: 1
richtextbox/features/import-export:
title: Import/Export
position: 10
richtexteditor:
title: RichTextEditor
position: 410
richtexteditor/getting-started:
title: Getting Started
position: 2
richtexteditor/document-elements:
title: Document Elements
position: 4
richtexteditor/document-elements/annotations:
title: Annotations
position: 8
richtexteditor/features:
title: Features
position: 5
richtexteditor/features/styles:
title: Styles
position: 4
richtexteditor/features/merge-documents:
title: Merge Documents
position: 3
richtexteditor/features/mail-merge:
title: Mail Merge
position: 3
richtexteditor/features/fields-and-document-variables:
title: Fields and Document Variables
position: 0
richtexteditor/features/references:
title: References
position: 1
richtexteditor/import:
title: Import/Export
position: 6
richtexteditor/ui-for-applying-rich-text-formatting:
title: UI for Applying Rich Text Formatting
position: 7
richtexteditor/how-to:
title: How-To
position: 14
rotator:
title: Rotator
position: 420
scheduler:
title: Scheduler
position: 430
scheduler/design-time:
title: Design-Time
position: 1
scheduler/fundamentals:
title: Fundamentals
position: 2
scheduler/data-binding:
title: Data Binding
position: 3
scheduler/views:
title: Views
position: 4
scheduler/dialogs:
title: Dialogs
position: 4
scheduler/appointments-and-dialogs:
title: Appointments and dialogs
position: 5
scheduler/drag-and-drop:
title: Drag and Drop
position: 6
scheduler/scheduler-navigator:
title: Scheduler Navigator
position: 7
scheduler/end-user-functionality:
title: End User Functionality
position: 9
scheduler/context-menu:
title: Context Menu
position: 10
scheduler/importing-and-exporting-appointments:
title: Importing and Exporting Appointments
position: 11
scheduler/localization:
title: Localization
position: 12
scheduler/reminders:
title: Reminders