|
9370 | 9370 | "shading": {
|
9371 | 9371 | "PrimitiveTypes": [
|
9372 | 9372 | "boolean"
|
9373 |
| - ] |
| 9373 | + ], |
| 9374 | + "Description": "Specifies whether to shade the widget when the load panel is shown." |
9374 | 9375 | },
|
9375 | 9376 | "shadingColor": {
|
9376 | 9377 | "PrimitiveTypes": [
|
9377 | 9378 | "string"
|
9378 |
| - ] |
| 9379 | + ], |
| 9380 | + "Description": "Specifies the shading color. Applies only if shading is true." |
9379 | 9381 | },
|
9380 | 9382 | "showIndicator": {
|
9381 | 9383 | "PrimitiveTypes": [
|
|
11592 | 11594 | "PrimitiveTypes": [
|
11593 | 11595 | "string"
|
11594 | 11596 | ],
|
11595 |
| - "Description": "Specifies the value passed to the name attribute of the underlying input element." |
| 11597 | + "Description": "Specifies the value passed to the name attribute of the underlying input element. Required to access uploaded files on the server." |
11596 | 11598 | },
|
11597 | 11599 | "onContentReady": {
|
11598 | 11600 | "PrimitiveTypes": [
|
|
15632 | 15634 | "PositionConfig"
|
15633 | 15635 | ],
|
15634 | 15636 | "IsFunc": true,
|
| 15637 | + "IsChangeable": true, |
15635 | 15638 | "Description": "Positions the widget."
|
15636 | 15639 | },
|
15637 | 15640 | "rtlEnabled": {
|
|
23077 | 23080 | "ComplexTypes": [
|
23078 | 23081 | "PositionConfig"
|
23079 | 23082 | ],
|
| 23083 | + "IsChangeable": true, |
23080 | 23084 | "Description": "An object defining widget positioning options."
|
23081 | 23085 | },
|
23082 | 23086 | "rtlEnabled": {
|
|
23494 | 23498 | "PositionConfig"
|
23495 | 23499 | ],
|
23496 | 23500 | "IsFunc": true,
|
| 23501 | + "IsChangeable": true, |
23497 | 23502 | "Description": "Positions the widget."
|
23498 | 23503 | },
|
23499 | 23504 | "resizeEnabled": {
|
|
26363 | 26368 | "IsChangeable": true,
|
26364 | 26369 | "Description": "Specifies the currently displayed view. Accepts the view's name or type."
|
26365 | 26370 | },
|
| 26371 | + "customizeDateNavigatorText": { |
| 26372 | + "PrimitiveTypes": [ |
| 26373 | + "Function" |
| 26374 | + ], |
| 26375 | + "IsFunc": true, |
| 26376 | + "Description": "Customizes the date navigator's text." |
| 26377 | + }, |
26366 | 26378 | "dataCellTemplate": {
|
26367 | 26379 | "PrimitiveTypes": [
|
26368 | 26380 | "any"
|
|
26474 | 26486 | "PrimitiveTypes": [
|
26475 | 26487 | "number"
|
26476 | 26488 | ],
|
26477 |
| - "Description": "Specifies an end hour in the scheduler view's time interval." |
| 26489 | + "Description": "Specifies the last hour in the time scale. Cannot be greater than 24." |
26478 | 26490 | },
|
26479 | 26491 | "firstDayOfWeek": {
|
26480 | 26492 | "PrimitiveTypes": [
|
|
26612 | 26624 | ],
|
26613 | 26625 | "IsFunc": true,
|
26614 | 26626 | "IsEvent": true,
|
26615 |
| - "Description": "A function that is executed when an appointment's edit form is created." |
| 26627 | + "Description": "A function that is executed before an appointment details form is opened." |
26616 | 26628 | },
|
26617 | 26629 | "onAppointmentRendered": {
|
26618 | 26630 | "PrimitiveTypes": [
|
|
26836 | 26848 | "PrimitiveTypes": [
|
26837 | 26849 | "number"
|
26838 | 26850 | ],
|
26839 |
| - "Description": "Specifies a start hour in the scheduler view's time interval." |
| 26851 | + "Description": "Specifies the first hour in the time scale." |
26840 | 26852 | },
|
26841 | 26853 | "tabIndex": {
|
26842 | 26854 | "PrimitiveTypes": [
|
|
26932 | 26944 | "PrimitiveTypes": [
|
26933 | 26945 | "number"
|
26934 | 26946 | ],
|
26935 |
| - "Description": "The end hour of the view time scale." |
| 26947 | + "Description": "Specifies the last hour in the view's time scale." |
26936 | 26948 | },
|
26937 | 26949 | "firstDayOfWeek": {
|
26938 | 26950 | "PrimitiveTypes": [
|
|
26993 | 27005 | "PrimitiveTypes": [
|
26994 | 27006 | "number"
|
26995 | 27007 | ],
|
26996 |
| - "Description": "The start hour of the view time scale." |
| 27008 | + "Description": "Specifies the start hour in the view's time scale. Cannot be greater than 24." |
26997 | 27009 | },
|
26998 | 27010 | "timeCellTemplate": {
|
26999 | 27011 | "PrimitiveTypes": [
|
|
31352 | 31364 | "ComplexTypes": [
|
31353 | 31365 | "PositionConfig"
|
31354 | 31366 | ],
|
| 31367 | + "IsChangeable": true, |
31355 | 31368 | "Description": "Positions the widget."
|
31356 | 31369 | },
|
31357 | 31370 | "rtlEnabled": {
|
|
31875 | 31888 | "ComplexTypes": [
|
31876 | 31889 | "PositionConfig"
|
31877 | 31890 | ],
|
| 31891 | + "IsChangeable": true, |
31878 | 31892 | "Description": "An object defining widget positioning options."
|
31879 | 31893 | },
|
31880 | 31894 | "rtlEnabled": {
|
@@ -32653,12 +32667,14 @@
|
32653 | 32667 | "shading": {
|
32654 | 32668 | "PrimitiveTypes": [
|
32655 | 32669 | "boolean"
|
32656 |
| - ] |
| 32670 | + ], |
| 32671 | + "Description": "Specifies whether to shade the widget when the load panel is shown." |
32657 | 32672 | },
|
32658 | 32673 | "shadingColor": {
|
32659 | 32674 | "PrimitiveTypes": [
|
32660 | 32675 | "string"
|
32661 |
| - ] |
| 32676 | + ], |
| 32677 | + "Description": "Specifies the shading color. Applies only if shading is true." |
32662 | 32678 | },
|
32663 | 32679 | "showIndicator": {
|
32664 | 32680 | "PrimitiveTypes": [
|
|
40620 | 40636 | "type": {
|
40621 | 40637 | "PrimitiveTypes": [
|
40622 | 40638 | "string"
|
40623 |
| - ] |
| 40639 | + ], |
| 40640 | + "Description": "Specifies the type of gauge indicators." |
40624 | 40641 | },
|
40625 | 40642 | "verticalOrientation": {
|
40626 | 40643 | "PrimitiveTypes": [
|
|
0 commit comments