Searched refs:hasToolButtons (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 1611 if(options.hasToolButtons){this.toolButtonsNode=$(panelId+"Buttons") 1623 if(options.hasToolButtons){this.toolButtonsNode=createElement("span",{id:panelId+"Buttons",classNam… 1652 }if(options.hasToolButtons){this.toolButtonsNode=$(panelId+"Buttons") 1670 }if(options.hasToolButtons){this.toolButtonsNode.style.display="inline" 1677 }if(options.hasToolButtons){this.toolButtonsNode.style.display="none" 5773 }}},name:"Console",title:"Console",options:{hasCommandLine:true,hasToolButtons:true,isPreRendered:t… 7238 …ue,dependents:["css","stylesheet","dom","domSide","layout"],options:{hasToolButtons:true},create:f… 7660 …,{name:"Script",title:"Script",selectIndex:0,sourceIndex:-1,options:{hasToolButtons:true},create:f… 8005 }}},name:"DOM",title:"DOM",searchable:true,statusSeparator:">",options:{hasToolButtons:true,hasStat… 8132 }}},name:"DOMSidePanel",parentPanel:"HTML",title:"DOM",options:{hasToolButtons:true},isInitialized:… [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 6715 hasToolButtons: false, property in Firebug.Panel.options 6778 if (options.hasToolButtons) 6931 if (options.hasToolButtons) 7012 if (options.hasToolButtons) 7035 if (options.hasToolButtons) 22352 hasToolButtons: true, 27272 hasToolButtons: true 28853 hasToolButtons: true 30274 hasToolButtons: true, 30766 hasToolButtons: true [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 1612 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:false,hasStatusBar:false,hasToolButtons:false,isPreRendered:false,innerHTMLSync:false},tabNode:null,panelNode:null,sidePanelNode:null,statusBarNode:null,toolButtonsNode:null,panelBarNode:null,sidePanelBarBoxNode:null,sidePanelBarNode:null,sidePanelBar:null,searchable:false,editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSidePanel=parentPanelMap.hasOwnProperty(this.name); property in Firebug.Panel.options 1622 if(options.hasToolButtons){this.toolButtonsNode=$(panelId+"Buttons") 1634 if(options.hasToolButtons){this.toolButtonsNode=createElement("span",{id:panelId+"Buttons",className:"fbToolbarButtons"}); 1663 }if(options.hasToolButtons){this.toolButtonsNode=$(panelId+"Buttons") 1681 }if(options.hasToolButtons){this.toolButtonsNode.style.display="inline" 1688 }if(options.hasToolButtons){this.toolButtonsNode.style.display="none" 5784 }}},name:"Console",title:"Console",options:{hasCommandLine:true,hasToolButtons:true,isPreRendered:true},create:function(){Firebug.Panel.create.apply(this,arguments); 7249 }},name:"stylesheet",title:"CSS",parentPanel:null,searchable:true,dependents:["css","stylesheet","dom","domSide","layout"],options:{hasToolButtons:true},create:function(){Firebug.Panel.create.apply(this,arguments); 7671 function ScriptPanel(){}ScriptPanel.prototype=extend(Firebug.Panel,{name:"Script",title:"Script",selectIndex:0,sourceIndex:-1,options:{hasToolButtons:true},create:function(){Firebug.Panel.create.apply(this,arguments); 8016 }}},name:"DOM",title:"DOM",searchable:true,statusSeparator:">",options:{hasToolButtons [all...] |