|
2130 | 2130 | ], |
2131 | 2131 | "Description": "Specifies whether the widget responds to user interaction." |
2132 | 2132 | }, |
| 2133 | + "disabledDates": { |
| 2134 | + "PrimitiveTypes": [ |
| 2135 | + "date" |
| 2136 | + ], |
| 2137 | + "IsCollection": true, |
| 2138 | + "IsFunc": true, |
| 2139 | + "SingularName": "disabledDate", |
| 2140 | + "Description": "" |
| 2141 | + }, |
2133 | 2142 | "elementAttr": { |
2134 | 2143 | "PrimitiveTypes": [ |
2135 | 2144 | "any" |
|
6799 | 6808 | "PrimitiveTypes": [ |
6800 | 6809 | "string" |
6801 | 6810 | ], |
6802 | | - "Description": "Specifies the current value displayed by the widget." |
| 6811 | + "Description": "Specifies the currently selected value." |
6803 | 6812 | }, |
6804 | 6813 | "visible": { |
6805 | 6814 | "PrimitiveTypes": [ |
|
8758 | 8767 | ], |
8759 | 8768 | "Description": "Specifies whether the widget responds to user interaction." |
8760 | 8769 | }, |
| 8770 | + "disabledDates": { |
| 8771 | + "PrimitiveTypes": [ |
| 8772 | + "date" |
| 8773 | + ], |
| 8774 | + "IsCollection": true, |
| 8775 | + "IsFunc": true, |
| 8776 | + "SingularName": "disabledDate", |
| 8777 | + "Description": "" |
| 8778 | + }, |
8761 | 8779 | "displayFormat": { |
8762 | 8780 | "PrimitiveTypes": [ |
8763 | 8781 | "string" |
|
9125 | 9143 | "dxDropDownBox": { |
9126 | 9144 | "Description": "The DropDownBox widget consists of a text field, which displays the current value, and a drop-down field, which can contain any UI element.", |
9127 | 9145 | "Module": "ui/drop_down_box", |
| 9146 | + "IsEditor": true, |
9128 | 9147 | "Options": { |
9129 | 9148 | "acceptCustomValue": { |
9130 | 9149 | "PrimitiveTypes": [ |
|
9186 | 9205 | ], |
9187 | 9206 | "Description": "Specifies the attributes to be attached to the widget's root element." |
9188 | 9207 | }, |
| 9208 | + "fieldTemplate": { |
| 9209 | + "IsTemplate": true, |
| 9210 | + "Description": "" |
| 9211 | + }, |
9189 | 9212 | "focusStateEnabled": { |
9190 | 9213 | "PrimitiveTypes": [ |
9191 | 9214 | "bool" |
|
9406 | 9429 | "PrimitiveTypes": [ |
9407 | 9430 | "any" |
9408 | 9431 | ], |
9409 | | - "Description": "The currently selected value in the widget." |
| 9432 | + "Description": "Specifies the currently selected value." |
9410 | 9433 | }, |
9411 | 9434 | "valueChangeEvent": { |
9412 | 9435 | "PrimitiveTypes": [ |
|
12354 | 12377 | "PrimitiveTypes": [ |
12355 | 12378 | "any" |
12356 | 12379 | ], |
12357 | | - "Description": "The currently selected value in the widget." |
| 12380 | + "Description": "Specifies the currently selected value." |
12358 | 12381 | }, |
12359 | 12382 | "valueChangeEvent": { |
12360 | 12383 | "PrimitiveTypes": [ |
|
18749 | 18772 | "PrimitiveTypes": [ |
18750 | 18773 | "any" |
18751 | 18774 | ], |
18752 | | - "Description": "The currently specified value." |
| 18775 | + "Description": "Specifies the currently selected value." |
18753 | 18776 | }, |
18754 | 18777 | "valueExpr": { |
18755 | 18778 | "PrimitiveTypes": [ |
@@ -21088,10 +21111,30 @@ |
21088 | 21111 | "SingularName": "group", |
21089 | 21112 | "Description": "The resource kinds by which appointments are grouped." |
21090 | 21113 | }, |
| 21114 | + "intervalCount": { |
| 21115 | + "PrimitiveTypes": [ |
| 21116 | + "int32" |
| 21117 | + ], |
| 21118 | + "Description": "" |
| 21119 | + }, |
| 21120 | + "name": { |
| 21121 | + "PrimitiveTypes": [ |
| 21122 | + "string" |
| 21123 | + ], |
| 21124 | + "Description": "" |
| 21125 | + }, |
21091 | 21126 | "resourceCellTemplate": { |
21092 | 21127 | "IsTemplate": true, |
21093 | 21128 | "Description": "The template to be used for rendering resource headers." |
21094 | 21129 | }, |
| 21130 | + "startDate": { |
| 21131 | + "PrimitiveTypes": [ |
| 21132 | + "date", |
| 21133 | + "double", |
| 21134 | + "string" |
| 21135 | + ], |
| 21136 | + "Description": "" |
| 21137 | + }, |
21095 | 21138 | "startDayHour": { |
21096 | 21139 | "PrimitiveTypes": [ |
21097 | 21140 | "double" |
|
21658 | 21701 | "PrimitiveTypes": [ |
21659 | 21702 | "any" |
21660 | 21703 | ], |
21661 | | - "Description": "The currently selected value in the widget." |
| 21704 | + "Description": "Specifies the currently selected value." |
21662 | 21705 | }, |
21663 | 21706 | "valueChangeEvent": { |
21664 | 21707 | "PrimitiveTypes": [ |
|
23470 | 23513 | "IsTemplate": true, |
23471 | 23514 | "Description": "The template to be used for rendering items." |
23472 | 23515 | }, |
| 23516 | + "maxDisplayedTags": { |
| 23517 | + "PrimitiveTypes": [ |
| 23518 | + "int32" |
| 23519 | + ], |
| 23520 | + "Description": "Specifies the limit on displayed tags. On exceeding it, the widget replaces all tags with a single multi-tag that displays the number of selected items." |
| 23521 | + }, |
23473 | 23522 | "minSearchLength": { |
23474 | 23523 | "PrimitiveTypes": [ |
23475 | 23524 | "int32" |
|
23564 | 23613 | "IsEvent": true, |
23565 | 23614 | "Description": "A handler for the keyUp event." |
23566 | 23615 | }, |
| 23616 | + "onMultiTagPreparing": { |
| 23617 | + "IsFunc": true, |
| 23618 | + "IsEvent": true, |
| 23619 | + "Description": "A handler for the multiTagPreparing event. Executed before the multi-tag is rendered." |
| 23620 | + }, |
23567 | 23621 | "onOpened": { |
23568 | 23622 | "IsFunc": true, |
23569 | 23623 | "IsEvent": true, |
|
23669 | 23723 | ], |
23670 | 23724 | "Description": "Specifies whether or not the widget displays unfiltered values until a user types a number of characters exceeding the minSearchLength option value." |
23671 | 23725 | }, |
| 23726 | + "showMultiTagOnly": { |
| 23727 | + "PrimitiveTypes": [ |
| 23728 | + "bool" |
| 23729 | + ], |
| 23730 | + "Description": "Specifies whether the multi-tag is shown without ordinary tags." |
| 23731 | + }, |
23672 | 23732 | "showSelectionControls": { |
23673 | 23733 | "PrimitiveTypes": [ |
23674 | 23734 | "bool" |
|
26020 | 26080 | "mode": { |
26021 | 26081 | "EnumName": "SelectionMode", |
26022 | 26082 | "Description": "Specifies the selection mode." |
| 26083 | + }, |
| 26084 | + "recursive": { |
| 26085 | + "PrimitiveTypes": [ |
| 26086 | + "bool" |
| 26087 | + ], |
| 26088 | + "Description": "" |
26023 | 26089 | } |
26024 | 26090 | } |
26025 | 26091 | }, |
|
35643 | 35709 | }, |
35644 | 35710 | { |
35645 | 35711 | "Name": "object" |
| 35712 | + }, |
| 35713 | + { |
| 35714 | + "Name": "datetime" |
35646 | 35715 | } |
35647 | | - ] |
| 35716 | + ], |
| 35717 | + "Renamings": { |
| 35718 | + "datetime": "DateTime" |
| 35719 | + } |
35648 | 35720 | }, |
35649 | 35721 | "SortOrder": { |
35650 | 35722 | "Items": [ |
|
35903 | 35975 | }, |
35904 | 35976 | { |
35905 | 35977 | "Name": "value" |
| 35978 | + }, |
| 35979 | + { |
| 35980 | + "Name": "none" |
35906 | 35981 | } |
35907 | 35982 | ] |
35908 | 35983 | }, |
|
0 commit comments