Loading template/app/view/Viewport.js +30 −2 Original line number Diff line number Diff line Loading @@ -148,9 +148,37 @@ Ext.define('Docs.view.Viewport', { { region: 'center', xtype: 'classtree', padding: '10 10 0 10', padding: '5 10 0 10', margin: '0 5 10 0', root: Docs.classData root: Docs.classData, dockedItems: [{ xtype: 'toolbar', baseCls: null, dock: 'top', padding: '0 0 5 0', items: [ { xtype: 'button', text: 'Sort by Package', menu: [ { text: 'by Category' }, { text: 'by Hierarchy' }, { text: 'by Popularity' } ] }, { xtype: 'tbfill'}, { xtype: 'button', iconCls: 'expandAllMembers', tooltip: "Expand all" }, { xtype: 'button', iconCls: 'collapseAllMembers', tooltip: "Collapse all" } ] }] } ] } Loading Loading
template/app/view/Viewport.js +30 −2 Original line number Diff line number Diff line Loading @@ -148,9 +148,37 @@ Ext.define('Docs.view.Viewport', { { region: 'center', xtype: 'classtree', padding: '10 10 0 10', padding: '5 10 0 10', margin: '0 5 10 0', root: Docs.classData root: Docs.classData, dockedItems: [{ xtype: 'toolbar', baseCls: null, dock: 'top', padding: '0 0 5 0', items: [ { xtype: 'button', text: 'Sort by Package', menu: [ { text: 'by Category' }, { text: 'by Hierarchy' }, { text: 'by Popularity' } ] }, { xtype: 'tbfill'}, { xtype: 'button', iconCls: 'expandAllMembers', tooltip: "Expand all" }, { xtype: 'button', iconCls: 'collapseAllMembers', tooltip: "Collapse all" } ] }] } ] } Loading