Searched refs:infoBox (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 5536 },initTabBody:function(infoBox,file){if(FBTrace.DBG_JSONVIEWER){FBTrace.sysout("jsonviewer.initTabB… argument 5539 …hasProperties(file.jsonObject)){Firebug.NetMonitor.NetInfoBody.appendTab(infoBox,"JSON",$STR("JSON… 5547 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument 5548 var tabBody=$$(".netInfoJSONText",infoBox)[0]; 5562 },initTabBody:function(infoBox,file){if(FBTrace.DBG_XMLVIEWER){FBTrace.sysout("xmlviewer.initTabBod… argument 5563 }if(this.isXML(file.mimeType,file.responseText)){Firebug.NetMonitor.NetInfoBody.appendTab(infoBox,"… 5570 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument 5571 var tabBody=$$(".netInfoXMLText",infoBox)[0];
|