Panes
configurationAn array of pane definitions.
panes
Arraypanes.collapsed
BooleanSpecifies whether a pane is initially collapsed (true) or expanded (false).
Default: false
panes.collapsedSize
StringSpecifies the size of a collapsible pane when collapsed, defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). When the pane is collapsed a .k-state-collapsed class is added to it to ease its styling. Note: This value must not exceed panes.max or be less then panes.min.
panes.collapsible
BooleanSpecifies whether a pane is collapsible (true) or not collapsible (false).
Default: false
panes.contentUrl
StringSpecifies the URL from which to load the content of a pane.
panes.label
StringThe label of the current pane. Will be used as a aria-label for the Splitter separator that has the pane as its primary one (the separator that is immediately after the pane).
panes.labelId
StringThe ID of the element that should be used as a label of the current pane. Will be used as a value of the aria-labelledby attribute for the Splitter separator that has the pane as its primary one (the separator that is immediately after the pane).
panes.max
StringSpecifies the maximum size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). The size of a resized pane cannot exceed the defined maximum size.
panes.min
StringSpecifies the minimum size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). The size of a resized pane cannot be less than the defined minimum size.
panes.resizable
BooleanSpecifies whether a pane is resizable (true) or not resizable (false).
Default: true
panes.scrollable
BooleanSpecifies whether a pane is scrollable (true) or not scrollable (false).
Default: true
panes.size
StringSpecifies the size of a pane defined as pixels (i.e. "200px") or as a percentage (i.e. "50%"). It is recommended that one pane is left without size in order to compensate for changes in the viewport size. Note: This value must not exceed panes.max or be less then panes.min.