DockManager
Example
Razor
<kendo-dockmanager>
<root-pane></root-pane>
</kendo-dockmanager>
ChildTags
Tag Name | Details |
---|---|
root-pane | DockManagerRootPaneSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
on-close | String | The name of the JavaScript function that will handle the close event. Triggered when the pane is closed. |
on-dock | String | The name of the JavaScript function that will handle the dock event. Triggered when a pane is docked. |
on-drag | String | The name of the JavaScript function that will handle the drag event. Triggered when a pane is dragged. |
on-drag-end | String | The name of the JavaScript function that will handle the dragEnd event. |
on-drag-start | String | The name of the JavaScript function that will handle the dragStart event. Triggered when item drag starts. |
on-inner-dock | String | The name of the JavaScript function that will handle the innerDock event. Triggered when a pane is docked in the current pane. |
on-pin | String | The name of the JavaScript function that will handle the pin event. Triggered when a pane is pinned. |
on-resize | String | The name of the JavaScript function that will handle the resize event. Triggered when a pane is resized. |
on-unpin | String | The name of the JavaScript function that will handle the unpin event. Triggered when a pane is unpinned. |
script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |