Splitter
Example
Razor
<kendo-splitter>
<pane></pane>
</kendo-splitter>
ChildTags
Tag Name | Details |
---|---|
pane | SplitterPaneTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Sets the name of the component. |
click-move-click | Boolean | Determines whether the click move click interaction would be enabled as an alternative of the drag and drop resizing of the Splitter. By default the alternative is enabled. |
on-collapse | String | The name of the JavaScript function that will handle the collapse event. Triggered when a pane of a Splitter is collapsed. |
on-content-load | String | The name of the JavaScript function that will handle the contentLoad event. Triggered when the content for a pane has finished loading from a remote endpoint. |
on-error | String | The name of the JavaScript function that will handle the error event. Triggered when the AJAX request that fetches a pane content has failed. |
on-expand | String | The name of the JavaScript function that will handle the expand event. Triggered when a pane of a Splitter is expanded. |
on-layout-change | String | The name of the JavaScript function that will handle the layoutChange event. This event is now obsolete and will be removed in the future. Please use the resize event instead.Fires when the splitter layout has changed |
on-resize | String | The name of the JavaScript function that will handle the resize event. Triggered when a pane is resized. |
orientation | SplitterOrientation | Specifies the orientation in which the splitter panes will be ordered |
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. |