File tree Expand file tree Collapse file tree 2 files changed +25
-25
lines changed
controls/multiviewcalendar/accessibility Expand file tree Collapse file tree 2 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -797,30 +797,30 @@ The component calls the valueMapper function when the component receives a value
797797
798798 <input id="dropdowntree">
799799 <script>
800- $("#dropdowntree").kendoDropDownTree({
801- loadOnDemand: {
802- valueMapper: function (options) {
803- options.success([[2, 8]]);
804- }
805- },
806- dataSource: {
807- transport: {
808- read : {
809- url: "https://demos.telerik.com/kendo-ui/service/Employees",
810- dataType: "jsonp"
811- }
812- },
813- schema: {
814- model: {
815- id: "EmployeeId",
816- hasChildren: "HasEmployees"
817- }
818- }
819- },
820- dataTextField: "FullName",
821- dataValueField: "EmployeeId" ,
822- value: '8'
823- });
800+ $("#dropdowntree").kendoDropDownTree({
801+ dataTextField: "FullName",
802+ dataValueField: "EmployeeId",
803+ loadOnDemand: {
804+ valueMapper: function (options) {
805+ options.success([[2, 8]]);
806+ }
807+ },
808+ dataSource : {
809+ transport: {
810+ read: {
811+ url: "https://demos.telerik.com/kendo-ui/service/Employees",
812+ dataType: "jsonp"
813+ }
814+ },
815+ schema: {
816+ model: {
817+ id: "EmployeeId",
818+ hasChildren: "HasEmployees"
819+ }
820+ }
821+ } ,
822+ value: '8'
823+ });
824824 </script>
825825
826826### messages ` Object `
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ The MultiViewCalendar supports the following keyboard shortcuts:
4141
4242* [ Keyboard Navigation by the MultiViewCalendar (Demo)] ( https://demos.telerik.com/kendo-ui/multiviewcalendar/keyboard-navigation )
4343* [ Keyboard Support in Kendo UI for jQuery] ({% slug keyboard_shortcuts_accessibility_support %})
44- * [ Accessibility in the MultiViewCalendar] ({% slug accessibility_muliviewcalendar %})
44+ * [ Accessibility in the MultiViewCalendar] ({% slug accessibility_multiviewcalendar %})
You can’t perform that action at this time.
0 commit comments