kendo.ui.ExtBorderLayout extends kendo.ui.Widget
Introduced in 2013 Q1
Description
The ExtBorderLayout widget represents a layout similar in functionality to the ExtJS Border Layout .
Example
North Pane
East Pane
South Pane
West Pane
Center Pane
Configuration
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.
Methods
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");