resource.js 412 B

12345678910111213
  1. // seoPro.page.Home = function(config) {
  2. // config = config || {};
  3. // Ext.applyIf(config,{
  4. // components: [{
  5. // xtype: 'seopro-panel-home'
  6. // ,renderTo: 'seopro-panel-home-div'
  7. // }]
  8. // });
  9. // seoPro.page.Home.superclass.constructor.call(this,config);
  10. // };
  11. // Ext.extend(seoPro.page.Home,MODx.Component);
  12. // Ext.reg('seopro-page-home',seoPro.page.Home);