Loading template/app/view/tree/Tree.js +1 −44 Original line number Diff line number Diff line Loading @@ -34,49 +34,6 @@ Ext.define('Docs.view.tree.Tree', { this.on("itemclick", this.onItemClick, this); this.dockedItems = [ { xtype: 'container', layout: 'hbox', dock: 'top', margin: '0 0 15 0', items: [ { xtype: 'hovermenubutton', cls: 'icon-fav sidebar', text: 'Favorites', menuCfg: { cls: 'sidebar', emptyText: 'No favorites', showCloseButtons: true }, store: Ext.getStore('Favorites'), listeners: { closeclick: function(cls) { Docs.Favorites.remove(cls); } } }, { xtype: 'hovermenubutton', cls: 'icon-hist sidebar', text: 'History', menuCfg: { cls: 'sidebar', emptyText: 'No history', showCloseButtons: true }, store: Ext.getStore('History'), listeners: { closeclick: function(cls) { Docs.History.removeClass(cls); } } } ] } ]; this.callParent(); // Add links for favoriting classes Loading Loading
template/app/view/tree/Tree.js +1 −44 Original line number Diff line number Diff line Loading @@ -34,49 +34,6 @@ Ext.define('Docs.view.tree.Tree', { this.on("itemclick", this.onItemClick, this); this.dockedItems = [ { xtype: 'container', layout: 'hbox', dock: 'top', margin: '0 0 15 0', items: [ { xtype: 'hovermenubutton', cls: 'icon-fav sidebar', text: 'Favorites', menuCfg: { cls: 'sidebar', emptyText: 'No favorites', showCloseButtons: true }, store: Ext.getStore('Favorites'), listeners: { closeclick: function(cls) { Docs.Favorites.remove(cls); } } }, { xtype: 'hovermenubutton', cls: 'icon-hist sidebar', text: 'History', menuCfg: { cls: 'sidebar', emptyText: 'No history', showCloseButtons: true }, store: Ext.getStore('History'), listeners: { closeclick: function(cls) { Docs.History.removeClass(cls); } } } ] } ]; this.callParent(); // Add links for favoriting classes Loading