Pack y align
Ext.create('Ext.Panel', {
fullscreen: true,
layout: {
type: 'hbox',
align: 'center',
pack: 'center'
},
items: {
xtype: 'panel',
html: 'Contenido centrado.'
}
});Last updated
Ext.create('Ext.Panel', {
fullscreen: true,
layout: {
type: 'hbox',
align: 'center',
pack: 'center'
},
items: {
xtype: 'panel',
html: 'Contenido centrado.'
}
});Last updated