Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js1539 if(panelType.prototype.parentPanel){parentPanelMap[panelType.prototype.parentPanel]=1
1612 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:fals… property
1625 }}else{var containerSufix=this.parentPanel?"2":"1";
1631 }var panelBarNode=this.parentPanel?Firebug.chrome.getPanel(this.parentPanel).sidePanelBarNode:this.…
1647 this.parentPanel=null;
1684 if(!this.parentPanel){Firebug.chrome.layout(this)
1821 …){if(!ownerPanel&&!p.prototype.parentPanel||ownerPanel&&p.prototype.parentPanel&&ownerPanel.name==…
1842 },addPanel:function(panelName,parentPanel){var PanelType=Firebug.panelTypeMap[panelName]; argument
1852 }if(!panel.parentPanel){Firebug.context.persistedState.selectedPanelName=panelName
7249 }},name:"stylesheet",title:"CSS",parentPanel:null,searchable:true,dependents:["css","stylesheet","d… property
[all …]