I'm studying extjs now.
new Ext.Viewport({
layout: 'border',
items: [{
region: 'north',
html: '<h1 class="x-panel-header">Page Title</h1>',
autoHeight: true,
border: false,
margins: '0 0 5 0'
},...
i could not find 'region' property in the API.
i checked viewport, component and other classes. i could not find it.