You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/scheduler.md
+105-1Lines changed: 105 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1889,6 +1889,10 @@ The text similar to "Title of the event" displayed in the scheduler event editor
1889
1889
1890
1890
The configuration of the scheduler recurrence editor messages. Use this option to customize or localize the scheduler recurrence editor messages.
1891
1891
1892
+
### messages.recurrenceEditor.cancel `String`
1893
+
1894
+
Applicable in Scheduler Adaptive rendering scenario. The text for the cancel button on the scheduler recurrence editor header.
1895
+
1892
1896
### messages.recurrenceEditor.daily `Object`
1893
1897
1894
1898
The configuration of the scheduler recurrence editor daily messages. Use this option to customize or localize the scheduler recurrence editor daily messages.
@@ -2123,6 +2127,10 @@ The text similar to "On " displayed in the scheduler recurrence editor.
2123
2127
});
2124
2128
</script>
2125
2129
2130
+
### messages.recurrenceEditor.endTitle `String`
2131
+
2132
+
Applicable in Scheduler Adaptive rendering scenario. The text for the endTitle (end repeat on) on the scheduler recurrence editor.
The configuration of the scheduler recurrence editor frequencies messages. Use this option to customize or localize the scheduler recurrence editor frequencies messages.
@@ -2267,6 +2275,10 @@ The text similar to "Yearly" displayed in the scheduler recurrence editor.
Applicable in Scheduler Adaptive rendering scenario. The text for the headerTitle (text in the header) on the scheduler recurrence editor.
2281
+
2270
2282
### messages.recurrenceEditor.monthly `Object`
2271
2283
2272
2284
The configuration of the scheduler recurrence editor monthly messages. Use this option to customize or localize the scheduler recurrence editor monthly messages.
@@ -2299,6 +2311,34 @@ The text similar to "Day " displayed in the scheduler recurrence editor.
Applicable in Scheduler Adaptive rendering scenario. The text for the repeatTitle (repeat on) on the scheduler recurrence editor.
2577
+
2578
+
### messages.recurrenceEditor.update `String`
2579
+
2580
+
Applicable in Scheduler Adaptive rendering scenario. The text for the update button on the scheduler recurrence editor header.
2581
+
2534
2582
### messages.recurrenceEditor.weekly `Object`
2535
2583
2536
2584
The configuration of the scheduler recurrence editor weekly messages. Use this option to customize or localize the scheduler recurrence editor weekly messages.
@@ -2711,6 +2759,62 @@ The text similar to "weekend" displayed in the repeat by section of the monthly
2711
2759
2712
2760
The configuration of the scheduler recurrence editor yearly messages. Use this option to customize or localize the scheduler recurrence editor yearly messages.
2713
2761
2762
+
### messages.recurrenceEditor.yearly.day `String`
2763
+
2764
+
The text similar to "day" displayed in the scheduler recurrence editor. Also used for titles of the appropriate inputs.
2765
+
2766
+
#### Example - set the "day" scheduler recurrence editor message
0 commit comments