GatewayManager.panel.Index = function(config) { config = config || {}; Ext.apply(config, { border: false ,baseCls: 'modx-formpanel' ,cls: 'container' ,defaults: { collapsible: false ,autoHeight: true } ,items: [{ html: '
' + _('gatewaymanager.gateways.desc') + '
' ,bodyCssClass: 'panel-desc' },{ xtype: 'gatewaymanager-grid-gateways' ,preventRender: true ,cls: 'main-wrapper' }] }] }); GatewayManager.panel.Index.superclass.constructor.call(this, config); }; Ext.extend(GatewayManager.panel.Index, MODx.Panel); Ext.reg('gatewaymanager-panel-index', GatewayManager.panel.Index);