Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js7836 Firebug.DOMBasePanel=function(){}; class in Firebug
7837 Firebug.DOMBasePanel.prototype=extend(Firebug.Panel,{tag:DirTablePlate.tableTag,getRealObject:funct…
8000 DOMMainPanel.prototype=extend(Firebug.DOMBasePanel.prototype,{onClickStatusBar:function(event){var …
8016 …ons:{hasToolButtons:true,hasStatusBar:true},create:function(){Firebug.DOMBasePanel.prototype.creat…
8020 },initialize:function(oldPanelNode){Firebug.DOMBasePanel.prototype.initialize.apply(this,arguments);
8025 Firebug.DOMBasePanel.prototype.shutdown.apply(this,arguments)
8128 function DOMSidePanel(){}DOMSidePanel.prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:fu…
8143 …s:{hasToolButtons:true},isInitialized:false,create:function(){Firebug.DOMBasePanel.prototype.creat…
8145 },initialize:function(){Firebug.DOMBasePanel.prototype.initialize.apply(this,arguments);
8150 Firebug.DOMBasePanel.prototype.shutdown.apply(this,arguments)