closeable |
Boolean |
Specifies if the pane can be closed. Available only for panes of type content. |
content |
String |
The content of the pane. Available only for panes of type content. |
content-handler |
String |
The content of the pane. Available only for panes of type content. |
dock-manager |
DockManagerTagHelper |
|
header |
String |
Sets the content of the header. Accepts a string or a kendo template. By default, the same content is displayed in the tab when the pane is unpinned or within a pane of type tab. If not specified the title is displayed. Available only for panes of type content. |
header-handler |
String |
Sets the content of the header. Accepts a string or a kendo template. By default, the same content is displayed in the tab when the pane is unpinned or within a pane of type tab. If not specified the title is displayed. Available only for panes of type content. |
id |
String |
Defines the id of the pane #### Example <div style="height:500px; width:1000px"> <div id="dockmanager"></div> </div> $("#dockmanager").kendoDockManager({ rootPane: { type: "split", panes: [{ type: "content", title: "Pane 1", content: "Pane 1", id: "myFirstPane" },{ type: "content", title: "Pane 2", content: "Pane 2", id: "mySecondPane" }] } }); |
orientation |
DockSplitterOrientation |
Sets the orientation of the pane splitter. |
selected |
Double |
Specifies the index of the initially selected tab. Available only for panes of type tab. |
size |
String |
Specifies the size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). |
tab-header |
String |
Sets the content of the tab when the pane is unpinned or within a tab pane. If not specified, header content is used. Available only for panes of type content. |
tab-header-handler |
String |
Sets the content of the tab when the pane is unpinned or within a tab pane. If not specified, header content is used. Available only for panes of type content. |
title |
String |
Sets the title of the pane. Available only for panes of type content. |
type |
PaneType |
Sets the type of the pane. |
visible |
Boolean |
Specifies if the pane is initially visible. |