Я сейчас изучаю extjs.
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'
},...
Мне не удалось найти свойство 'region' в API.
Я проверил область просмотра, компонент и другие классы.
я не смог его найти.