DockManager

Example

Razor
<kendo-dockmanager>
    <root-pane></root-pane>
</kendo-dockmanager>

ChildTags

Tag NameDetails
root-paneDockManagerRootPaneSettingsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
on-closeStringThe name of the JavaScript function that will handle the close event. Triggered when the pane is closed.
on-dockStringThe name of the JavaScript function that will handle the dock event. Triggered when a pane is docked.
on-dragStringThe name of the JavaScript function that will handle the drag event. Triggered when a pane is dragged.
on-drag-endStringThe name of the JavaScript function that will handle the dragEnd event.
on-drag-startStringThe name of the JavaScript function that will handle the dragStart event. Triggered when item drag starts.
on-inner-dockStringThe name of the JavaScript function that will handle the innerDock event. Triggered when a pane is docked in the current pane.
on-pinStringThe name of the JavaScript function that will handle the pin event. Triggered when a pane is pinned.
on-resizeStringThe name of the JavaScript function that will handle the resize event. Triggered when a pane is resized.
on-unpinStringThe name of the JavaScript function that will handle the unpin event. Triggered when a pane is unpinned.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support