New to Kendo UI for Vue? Start a free 30-day trial

Splitter

Directive

kendo-splitter

Child Components

Props

orientation String

Specifies the orientation of the widget (orientation in Kendo UI for jQuery.

The supported values are:

  • horizontal
  • vertical

panes Array

An array of pane definitions (panes in Kendo UI for jQuery.

Events

collapse: Function

Fires when a Splitter pane is collapsed (collapse in Kendo UI for jQuery.

contentload: Function

Fires when the content of a pane finished loading (contentLoad in Kendo UI for jQuery.

error: Function

Fires when the AJAX request that fetches the content of a pane failed (error in Kendo UI for jQuery.

expand: Function

Fires when a Splitter pane is expanded (expand in Kendo UI for jQuery.

layoutchange: Function

(Deprecated. Use the resize event instead.) Fires when the layout of the Splitter changes (layoutChange in Kendo UI for jQuery.

resize: Function

Fires when a PanelBar pane is resized (resize in Kendo UI for jQuery.

Methods

For more details about the methods available in the component's API please check its Kendo UI for jQuery API documentation.

kendoWidget

returns

Returns the Kendo UI Splitter instance.