items : Array
An array of pane definitions. See
Splitter panes
for all inherited configuration settings.
items.content : String
The css selector for the div containing the contents of the pane.
items.region : String
The region where the pane is displayed. Options are: north, south, east, west and center.
items.title : String
The title to be displayed in the titlebar.
Note: If a title is not provided and collapsible is set to false, then a titlebar is not displayed for
the pane.
setTitle
Change the title for a pane.
Parameters
region : String
region to set the new title. Options are: north, south, east and west.
title : String
title to display in the titlebar.
Example
$("#exampleBorderLayout").data("kendoExtBorderLayout").setTitle("north", "heading");