Skip to content

Commit bed7e33

Browse files
committed
Sync with Kendo UI Professional
1 parent 72e63c9 commit bed7e33

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

docs/api/javascript/ui/dropdowntree.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff 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`

docs/controls/multiviewcalendar/accessibility/key-nav.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 %})

0 commit comments

Comments
 (0)