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/datepicker.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,9 +101,13 @@ The effect(s) to use when playing the open animation. Multiple effects should be
101
101
102
102
The duration of the open animation in milliseconds.
103
103
104
-
### ARIATemplate `String`*(default: "Current focused date is #=kendo.toString(data.current, 'D')#")*
104
+
### ARIATemplate `String`*(default: "Current focused #=data.valueType# is #=data.text#")*
105
105
106
-
Specifies a template used to populate the value of the aria-label attribute of the currently focused cell of the calendar.
106
+
Specifies a template used to populate the value of the aria-label attribute of the currently focused cell of the calendar. The parameters available for the template are:
107
+
108
+
*`current` - The current focused date.
109
+
*`valueType` - The focused item value type - month, year and etc.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/daterangepicker.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,13 @@ Represents the Kendo UI DateRangePicker widget. Inherits from [Widget](/api/java
11
11
12
12
## Configuration
13
13
14
-
### ARIATemplate `String`*(default: "Current focused date is #=kendo.toString(data.current, 'D')#")*
14
+
### ARIATemplate `String`*(default: "Current focused #=data.valueType# is #=data.text#")*
15
15
16
-
Specifies a template used to populate value of the aria-label attribute.
16
+
Specifies a template used to populate value of the aria-label attribute of the currently focused cell of the calendar..The parameters available for the template are:
17
+
18
+
*`current` - The current focused date.
19
+
*`valueType` - The focused item value type - month, year and etc.
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/datetimepicker.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,9 +100,13 @@ The effect(s) to use when playing the open animation. Multiple effects should be
100
100
101
101
The duration of the open animation in milliseconds.
102
102
103
-
### ARIATemplate `String`*(default: "Current focused date is #=kendo.toString(data.current, 'G')#")*
103
+
### ARIATemplate `String`*(default: "Current focused #=data.valueType# is #=data.text#")*
104
104
105
-
Specifies a template used to populate value of the aria-label attribute.
105
+
Specifies a template used to populate value of the aria-label attribute of the currently focused cell of the calendar. The parameters available for the template are:
106
+
107
+
*`current` - The current focused date.
108
+
*`valueType` - The focused item value type - month, year and etc.
0 commit comments