Loading template/app/view/cls/TabPanel.jsdeleted 100644 → 0 +0 −26 Original line number Diff line number Diff line /** * The documentation panel. * TODO: Source code tab, Examples, Q&A */ Ext.define('Docs.view.cls.TabPanel', { extend: 'Ext.tab.Panel', alias: 'widget.classtabpanel', requires: [ 'Docs.view.cls.Overview' ], plain: true, // Remember tab scroll position on Webkit listeners: { beforetabchange: function(tabPanel, newCard, oldCard) { oldCard.prevScroll = oldCard.body.getScroll()['top']; }, tabchange: function(tabPanel, newCard, oldCard) { if (newCard.prevScroll) { newCard.body.scrollTo('top', newCard.prevScroll); } } } }); template/resources/sass/viewport.scss +0 −4 Original line number Diff line number Diff line Loading @@ -700,10 +700,6 @@ a { background: url(../images/expandcollapse.png) no-repeat 2px 2px !important; } .member-links { border-width: 0 0 1px 0; border-style: solid; border-color: $docs-border-color; // @include vertical-gradient(#e8e8e8, #eaeaea) .expandAllMembers { background: url(../images/expandcollapse.png) no-repeat -14px 2px; } .collapseAllMembers { Loading Loading
template/app/view/cls/TabPanel.jsdeleted 100644 → 0 +0 −26 Original line number Diff line number Diff line /** * The documentation panel. * TODO: Source code tab, Examples, Q&A */ Ext.define('Docs.view.cls.TabPanel', { extend: 'Ext.tab.Panel', alias: 'widget.classtabpanel', requires: [ 'Docs.view.cls.Overview' ], plain: true, // Remember tab scroll position on Webkit listeners: { beforetabchange: function(tabPanel, newCard, oldCard) { oldCard.prevScroll = oldCard.body.getScroll()['top']; }, tabchange: function(tabPanel, newCard, oldCard) { if (newCard.prevScroll) { newCard.body.scrollTo('top', newCard.prevScroll); } } } });
template/resources/sass/viewport.scss +0 −4 Original line number Diff line number Diff line Loading @@ -700,10 +700,6 @@ a { background: url(../images/expandcollapse.png) no-repeat 2px 2px !important; } .member-links { border-width: 0 0 1px 0; border-style: solid; border-color: $docs-border-color; // @include vertical-gradient(#e8e8e8, #eaeaea) .expandAllMembers { background: url(../images/expandcollapse.png) no-repeat -14px 2px; } .collapseAllMembers { Loading