Skip to content

Commit 7fdc62d

Browse files
committed
Sync with Kendo UI Professional
1 parent 639e9ca commit 7fdc62d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/controls/dropdownbutton/icons.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,12 @@ To handle this issue, use either of the following approaches:
112112
<button type="button" id="archiveButton"><span class="fa fa-archive"></span> Archive</button>
113113
114114
<script>
115-
$("#archiveButton").kendoDropDownButton();
115+
$("#archiveButton").kendoDropDownButton({
116+
items:[
117+
{ text: "Item 1"},
118+
{ text: "Item 2"},
119+
]
120+
});
116121
</script>
117122
```
118123

0 commit comments

Comments
 (0)