Loading template/js/functions.js +0 −5 Original line number Diff line number Diff line Loading @@ -67,8 +67,3 @@ var showClass = function(cls, anchor) { } }; var showContent = function(title, html) { Ext.getCmp('docTabPanel').hide(); Ext.get('pageContent').setVisibilityMode(Ext.core.Element.DISPLAY).show().update(html); }; template/js/search.js +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ Ext.onReady(function() { '</table>' ); var showContent = function(title, html) { Ext.getCmp('docTabPanel').hide(); Ext.get('pageContent').setVisibilityMode(Ext.core.Element.DISPLAY).show().update(html); }; var searchStore = new Ext.data.Store({ fields: ['memberType', 'cls', 'member'], proxy: { Loading Loading
template/js/functions.js +0 −5 Original line number Diff line number Diff line Loading @@ -67,8 +67,3 @@ var showClass = function(cls, anchor) { } }; var showContent = function(title, html) { Ext.getCmp('docTabPanel').hide(); Ext.get('pageContent').setVisibilityMode(Ext.core.Element.DISPLAY).show().update(html); };
template/js/search.js +5 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,11 @@ Ext.onReady(function() { '</table>' ); var showContent = function(title, html) { Ext.getCmp('docTabPanel').hide(); Ext.get('pageContent').setVisibilityMode(Ext.core.Element.DISPLAY).show().update(html); }; var searchStore = new Ext.data.Store({ fields: ['memberType', 'cls', 'member'], proxy: { Loading