Home
last modified time | relevance | path

Searched refs:selectedPanelName (Results 1 – 1 of 1) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js1852 }if(!panel.parentPanel){Firebug.context.persistedState.selectedPanelName=panelName
2265 FBL.defaultPersistedState={isOpen:false,height:300,sidePanelWidth:350,selectedPanelName:"Console",s… property
2492 setTimeout(function(){self.selectPanel(Firebug.context.persistedState.selectedPanelName);
2493 if(Firebug.context.persistedState.selectedPanelName=="Console"&&Firebug.CommandLine){Firebug.chrome…
2581 }else{Firebug.context.persistedState.selectedPanelName=oldChrome.selectedPanel.name
2634 }},focusCommandLine:function(){var selectedPanelName=this.selectedPanel.name,panelToSelect;
2635 if(focusCommandLineState==0||selectedPanelName!="Console"){focusCommandLineState=0;
2636 lastFocusedPanelName=selectedPanelName;