Cispeo.panel.Home = function(config) {
config = config || {};
Ext.apply(config, {
border: false,
baseCls: ’modx-formpanel’,
items: [{
html: ’<h2>’+_(’cispeo’)+’</h2><p>’+_(’cispeo.welcome_msg’)+’</p>
’,
border: false,
baseCls: ’modx-page-header’,
style: ’text-align: center;’ //<-- USING style attribute you can apply every CSS you want
},{
etc...