我现在正在学习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'
},...
我在 API 中找不到“区域”属性。
我检查了视口、组件和其他类。我找不到。