Loading template/js/OverviewToolbar.js +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ Ext.define('Docs.OverviewToolbar', { { xtype: 'button', iconCls: 'expandAllMembers', tooltip: "Expand all", handler: function() { Ext.Array.forEach(Ext.query('.side.expandable'), function(el) { Ext.get(el).parent().addCls('open'); Loading @@ -62,6 +63,7 @@ Ext.define('Docs.OverviewToolbar', { { xtype: 'button', iconCls: 'collapseAllMembers', tooltip: "Collapse all", handler: function() { Ext.Array.forEach(Ext.query('.side.expandable'), function(el) { Ext.get(el).parent().removeCls('open'); Loading template/js/init.js +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Ext.onReady(function() { } }; Ext.tip.QuickTipManager.init(); Docs.History.init(); Ext.create('Docs.ClassTree', { Loading Loading
template/js/OverviewToolbar.js +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ Ext.define('Docs.OverviewToolbar', { { xtype: 'button', iconCls: 'expandAllMembers', tooltip: "Expand all", handler: function() { Ext.Array.forEach(Ext.query('.side.expandable'), function(el) { Ext.get(el).parent().addCls('open'); Loading @@ -62,6 +63,7 @@ Ext.define('Docs.OverviewToolbar', { { xtype: 'button', iconCls: 'collapseAllMembers', tooltip: "Collapse all", handler: function() { Ext.Array.forEach(Ext.query('.side.expandable'), function(el) { Ext.get(el).parent().removeCls('open'); Loading
template/js/init.js +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Ext.onReady(function() { } }; Ext.tip.QuickTipManager.init(); Docs.History.init(); Ext.create('Docs.ClassTree', { Loading