Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js1813 FBL.PanelBar={panelMap:null,selectedPanel:null,parentPanelName:null,create:function(ownerPanel){thi… argument
1814 this.ownerPanel=ownerPanel;
1815 if(ownerPanel){ownerPanel.sidePanelBarNode=createElement("span");
1816 ownerPanel.sidePanelBarNode.style.display="none";
1817 ownerPanel.sidePanelBarBoxNode.appendChild(ownerPanel.sidePanelBarNode)
1821 i++){if(!ownerPanel&&!p.prototype.parentPanel||ownerPanel&&p.prototype.parentPanel&&ownerPanel.name…
1829 this.ownerPanel=null
1830 },initialize:function(){if(this.ownerPanel){this.ownerPanel.sidePanelBarNode.style.display="inline"
1840 }if(this.ownerPanel){this.ownerPanel.sidePanelBarNode.style.display="none"