nekto_O,
Работает, но не корректно !!!
Почему:
Добишите в
htmlPanel, например: "title: 'TITLE'"
var htmlPanel = Ext.create('Ext.panel.Panel', {
title: 'TITLE',
region: 'center',
autoScroll: true,
bodyStyle: 'padding:10px',
html: '<h1 name="item1">item1</h1>' + text +
'<h1 name="item2">item2</h1>' + text +
'<h1 name="item3">item3</h1>' + text
});
И провертеть )))
Пока, что, то, что дал
Pavel M. единственный рабочий вариант ...