AutoRunTab = function() { autoRunHtml = " \
\

My custom panel :)

\
\ "; AutoRunTab.superclass.constructor.call(this, { region:'center', padding:'10 10 10 10', html: autoRunHtml, autoScroll: true, border: false }); }; Ext.extend(AutoRunTab, Ext.Panel, {});