BogusMenuModule = Ext.extend(BogusModule, { init : function(){ this.launcher = { text: 'Issue Submenu', iconCls: 'bogus', handler: function() { return false; }, menu: { items:[ { text: 'Issue 1 - Introduction', iconCls:'bogus', handler : this.createWindow, scope: this, windowId: '1', pageno: 0 }, { text: 'Issue 2 - Useless Henchmen, Inc', iconCls:'bogus', handler : this.createWindow, scope: this, windowId: '2', pageno: 0 } ] } } } });