Skip to content

Commit 19fa958

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 0bcbb21 commit 19fa958

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/controls/navigation/panelbar/expand-modes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ position: 3
1010

1111
The PanelBar supports a single and a multiple expand mode.
1212

13-
* If `ExpandMode` is set to `Single`, the user can expand only a single root item or a single child item of a specific parent item. Expanding another root item or another child of the parent of the currently expanded item will collapse the currently expanded item. This approach is also the only way to collapse an expanded item in the single expand mode.
14-
* If `ExpandMode` is set to `Multiple`, the user can expand multiple root items or children of the same parent item at a time. Expanding an item does not collapse the currently expanded items. Expanded items can be collapsed by clicking on them.
13+
If `ExpandMode` is set to `Single`, the user can expand only a single root item or a single child item of a specific parent item. Expanding another root item or another child of the parent of the currently expanded item will collapse the currently expanded item. This approach is also the only way to collapse an expanded item in the single expand mode.
14+
15+
If `ExpandMode` is set to `Multiple`, the user can expand multiple root items or children of the same parent item at a time. Expanding an item does not collapse the currently expanded items. Expanded items can be collapsed by clicking on them.
1516

1617
<div id="panelbar"></div>
1718
<script>

src/kendo.menu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,6 +2361,7 @@ var __meta__ = { // jshint ignore:line
23612361
}
23622362

23632363
if (options.appendTo) {
2364+
options.appendTo = $(options.appendTo);
23642365
options.appendTo.append(that._popupsWrapper);
23652366
}
23662367

0 commit comments

Comments
 (0)