Lines Matching refs:el

3   el:{},   property in firebug
116el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","fi…
121 el.content = {};
122el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('fireb…
123el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true)…
125el.resizer = new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",wi…
127 el.header = new lib.element("DIV").attribute.addClass("Header").insert(el.main);
128 el.left = {};
129 el.left.container = new lib.element("DIV").attribute.addClass("Left").insert(el.main);
130 el.right = {};
131 el.right.container = new lib.element("DIV").attribute.addClass("Right").insert(el.main);
132 el.main.child.add(new lib.element("DIV").attribute.addClass('Clear'));
137 el.button = {};
138el.button.container = new lib.element("DIV").attribute.addClass("ButtonContainer").insert(el.heade…
139el.button.logo = new lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target"…
140el.button.inspect = new lib.element("A").attribute.addClass("Button").event.addListener("click",in…
141el.button.dock = new lib.element("A").attribute.addClass("Button Dock").event.addListener("click",…
142el.button.newWindow = new lib.element("A").attribute.addClass("Button NewWindow").event.addListene…
145el.button.maximize = new lib.element("A").attribute.addClass("Button Maximize").event.addListener(…
146el.button.minimize = new lib.element("A").attribute.addClass("Button Minimize").event.addListener(…
147el.button.close = new lib.element("A").attribute.addClass("Button Close").event.addListener("click…
151 el.button.container.environment.addStyle({ "paddingTop":"12px" });
157 el.nav = {};
158 el.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);
159el.nav.console = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click"…
160el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("cli…
161el.nav.css = new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click…
163el.nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener…
165el.nav.dom = new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click…
166el.nav.xhr = new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click…
167el.nav.optionsdiv = new lib.element("DIV").attribute.addClass("Settings").insert(el.nav.container);
168el.nav.options = new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbs…
173el.borderInspector = new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute…
174el.bgInspector = new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('fi…
179 el.left.console = {};
180el.left.console.container = new lib.element("DIV").attribute.addClass("Console").insert(el.left.co…
181el.left.console.mlButton = new lib.element("A").attribute.addClass("MLButton").event.addListener("…
182 el.left.console.monitor = new lib.element("DIV").insert(
183 new lib.element("DIV").attribute.addClass("Monitor").insert(el.left.console.container)
185 el.left.console.container.child.add(
188el.left.console.input = new lib.element("INPUT").attribute.set("type","text").attribute.addClass("…
189 … new lib.element("DIV").attribute.addClass("InputContainer").insert(el.left.console.container)
192 el.right.console = {};
193el.right.console.container = new lib.element("DIV").attribute.addClass("Console Container").insert…
194el.right.console.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addL…
195el.right.console.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.c…
196el.right.console.input.event.addListener("keydown",lib.util.Curry(tab,window,el.right.console.inpu…
197el.right.console.run = new lib.element("A").attribute.addClass("Button").event.addListener("click"…
198el.right.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("clic…
200 el.button.console = {};
201el.button.console.container = new lib.element("DIV").attribute.addClass("ButtonSet").insert(el.but…
202el.button.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("cli…
208 el.left.html = {};
209el.left.html.container = new lib.element("DIV").attribute.addClass("HTML").insert(el.left.containe…
211 el.right.html = {};
212el.right.html.container = new lib.element("DIV").attribute.addClass("HTML Container").insert(el.ri…
214 el.right.html.nav = {};
215el.right.html.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.htm…
216el.right.html.nav.computedStyle = new lib.element("A").attribute.addClass("Tab Selected").event.ad…
217el.right.html.nav.dom = new lib.element("A").attribute.addClass("Tab").event.addListener("click",l…
219el.right.html.content = new lib.element("DIV").attribute.addClass("Content").insert(el.right.html.…
221 el.button.html = {};
222el.button.html.container = new lib.element("DIV").attribute.addClass("ButtonSet HTML").insert(el.b…
228 el.left.css = {};
229el.left.css.container = new lib.element("DIV").attribute.addClass("CSS").insert(el.left.container);
231 el.right.css = {};
232el.right.css.container = new lib.element("DIV").attribute.addClass("CSS Container").insert(el.righ…
234 el.right.css.nav = {};
235el.right.css.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.css.…
236el.right.css.nav.runCSS = new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS"…
238el.right.css.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addListe…
239el.right.css.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.css.c…
240el.right.css.input.event.addListener("keydown",lib.util.Curry(firebug.tab,window,el.right.css.inpu…
241el.right.css.run = new lib.element("A").attribute.addClass("Button").event.addListener("click",lis…
242el.right.css.clear = new lib.element("A").attribute.addClass("Button").event.addListener("click",l…
244 el.button.css = {};
245el.button.css.container = new lib.element("DIV").attribute.addClass("ButtonSet CSS").insert(el.but…
246el.button.css.selectbox = new lib.element("SELECT").event.addListener("change",listen.cssSelectbox…
252 el.left.scripts = {};
253el.left.scripts.container = new lib.element("DIV").attribute.addClass("Scripts").insert(el.left.co…
255 el.right.scripts = {};
256el.right.scripts.container = new lib.element("DIV").attribute.addClass("Scripts Container").insert…
258 el.button.scripts = {};
259el.button.scripts.container = new lib.element("DIV").attribute.addClass("ButtonSet Scripts").inser…
260el.button.scripts.selectbox = new lib.element("SELECT").event.addListener("change",listen.scriptsS…
261el.button.scripts.lineNumbers = new lib.element("A").attribute.addClass("Button").event.addListene…
267 el.left.dom = {};
268el.left.dom.container = new lib.element("DIV").attribute.addClass("DOM").insert(el.left.container);
270 el.right.dom = {};
271el.right.dom.container = new lib.element("DIV").attribute.addClass("DOM Container").insert(el.righ…
273 el.button.dom = {};
274el.button.dom.container = new lib.element("DIV").attribute.addClass("ButtonSet DOM").insert(el.but…
275el.button.dom.label = new lib.element("LABEL").update("Object Path:").insert(el.button.dom.contain…
276el.button.dom.textbox = new lib.element("INPUT").event.addListener("keydown",listen.domTextbox).up…
281 el.left.str = {};
282el.left.str.container = new lib.element("DIV").attribute.addClass("STR").insert(el.left.container);
284 el.right.str = {};
285el.right.str.container = new lib.element("DIV").attribute.addClass("STR").insert(el.left.container…
287 el.button.str = {};
288el.button.str.container = new lib.element("DIV").attribute.addClass("ButtonSet XHR").insert(el.but…
289el.button.str.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",…
294 el.left.xhr = {};
295el.left.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container);
297 el.right.xhr = {};
298el.right.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container…
301 el.button.xhr = {};
302el.button.xhr.container = new lib.element("DIV").attribute.addClass("ButtonSet XHR").insert(el.but…
303el.button.xhr.label = new lib.element("LABEL").update("XHR Path:").insert(el.button.xhr.container);
304el.button.xhr.textbox = new lib.element("INPUT").event.addListener("keydown",listen.xhrTextbox).in…
305el.button.xhr.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",…
310 el.settings = {};
311 el.settings.container = new lib.element("DIV").child.add(
315 ).attribute.addClass("SettingsDiv").insert(el.main);
316el.settings.content = new lib.element("DIV").attribute.addClass("Content").insert(el.settings.cont…
317el.settings.progressDiv = new lib.element("DIV").attribute.addClass("ProgressDiv").insert(el.setti…
318el.settings.progress = new lib.element("DIV").attribute.addClass("Progress").insert(el.settings.pr…
319el.settings.cbxDebug = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClas…
320 el.settings.content.child.add(document.createTextNode("Start visible"));
321 new lib.element("BR").insert(el.settings.content);
322el.settings.cbxDetectFirebug = new lib.element("INPUT").attribute.set("type","checkbox").attribute…
323 el.settings.content.child.add(document.createTextNode("Hide when Firebug active"));
324 new lib.element("BR").insert(el.settings.content);
325el.settings.cbxHideDOMFunctions = new lib.element("INPUT").attribute.set("type","checkbox").attrib…
326 el.settings.content.child.add(document.createTextNode("Hide DOM functions"));
327 new lib.element("BR").insert(el.settings.content);
328el.settings.cbxOverride = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addC…
329 el.settings.content.child.add(document.createTextNode("Override window.console"));
330 new lib.element("BR").insert(el.settings.content);
331el.settings.cbxShowIcon = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addC…
332 el.settings.content.child.add(document.createTextNode("Show icon when hidden"));
333 new lib.element("BR").insert(el.settings.content);
334el.settings.cbxOpenInPopup = new lib.element("INPUT").attribute.set("type","checkbox").attribute.a…
335 el.settings.content.child.add(document.createTextNode("Open in popup"));
336 new lib.element("BR").insert(el.settings.content);
337 el.settings.content.child.add(document.createTextNode("Trim textnode to "));
338el.settings.textNodeChars = new lib.element("INPUT").attribute.set("type","text").attribute.addCla…
339 el.settings.content.child.add(document.createTextNode(" chars"));
340 el.settings.buttonDiv = new lib.element("DIV").insert(el.settings.content);
341el.settings.buttonLeftDiv = new lib.element("DIV").attribute.addClass("ButtonsLeft").insert(el.set…
342el.settings.resetButton = new lib.element("INPUT").attribute.set("type","button").update("Reset").…
343el.settings.buttonRightDiv = new lib.element("DIV").attribute.addClass("ButtonsRight").insert(el.s…
344el.settings.cancelButton = new lib.element("INPUT").attribute.set("type","button").update("Cancel"…
345 el.settings.buttonRightDiv.child.add(document.createTextNode(" "));
346el.settings.saveButton = new lib.element("INPUT").attribute.set("type","button").update("Save").ev…
360 el.button.inspect,
361 el.button.close,
362 el.button.inspect,
363 el.button.console.clear,
364 el.right.console.run,
365 el.right.console.clear,
366 el.right.css.run,
367 el.right.css.clear
376 el.firebugIcon.environment.addStyle({ "display": env.debug&&'none'||'block' });
395 el.main.environment.addStyle({ "display":env.debug&&'block'||'none' });
396 el.mainiframe.environment.addStyle({ "display":env.debug&&'block'||'none' });
415 var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);
418 el.settings.container.environment.addStyle({
422 el.settings.progressDiv.environment.addStyle({
430 firebug.el.settings.container.environment.addStyle({
442 firebug.el.settings.progressDiv.environment.addStyle({
450 elSet=firebug.el.settings,
582 …values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.rep…
591 elSet=firebug.el.settings;
605 el.main.environment.addStyle({
608 el.mainiframe.environment.addStyle({
612 el.firebugIcon.environment.addStyle({
620 el.main.environment.addStyle({
623 el.mainiframe.environment.addStyle({
627 el.firebugIcon.environment.addStyle({
636 el.firebugIcon.environment.addStyle({ "display": "none" });
646 el.main.environment.addStyle({ "height":"35px" });
647 el.mainiframe.environment.addStyle({ "height":"35px" });
648 el.button.maximize.environment.addStyle({ "display":"block" });
649 el.button.minimize.environment.addStyle({ "display":"none" });
656 el.button.minimize.environment.addStyle({ "display":"block" });
657 el.button.maximize.environment.addStyle({ "display":"none" });
700 el.button.dock.environment.addStyle({ "display": "block"});
701 el.button.newWindow.environment.addStyle({ "display": "none"});
716 el.button.dock.environment.addStyle({ "display": "block"});
717 el.button.newWindow.environment.addStyle({ "display": "none"});
728 firebug.el.main.environment.addStyle({"display": "none"});
729 firebug.el.mainiframe.environment.addStyle({"display": "none"});
743 el.main.environment.addStyle({
746 el.mainiframe.environment.addStyle({
766 el.main.environment.addStyle({
769 el.mainiframe.environment.addStyle({
779 win.resizer.y=[el.main.element.offsetHeight,_event.clientY];
781 win.resizer.y[3]=parseInt(el.main.environment.getPosition().top);
790 el.main.environment.addStyle({ "height":win.resizer.y[2]+"px" });
791 el.mainiframe.environment.addStyle({ "height":win.resizer.y[2]+"px" });
793el.main.environment.addStyle({ "top":win.resizer.y[3]-(win.resizer.y[1]-_event.clientY)+"px" });
794el.mainiframe.environment.addStyle({ "top":win.resizer.y[3]-(win.resizer.y[1]-_event.clientY)+"px"…
811 el.left.container.environment.addStyle({ "height":_height+"px" });
812 el.right.container.environment.addStyle({ "height":_height+"px" });
813 el.main.environment.addStyle({ "height":_height+38+"px" });
814 el.mainiframe.environment.addStyle({ "height":_height+38+"px" });
819 el.left.console.monitor.element.parentNode.style.height=_height-47+"px";
820 el.left.console.mlButton.environment.addStyle({ "top":_height+19+"px" });
821 el.right.console.mlButton.environment.addStyle({ "top":_height+19+"px" });
822 el.right.console.input.environment.addStyle({ "height":_height-29+"px" });
825 el.left.html.container.environment.addStyle({"height":_height-23+"px"});
826 el.right.html.content.environment.addStyle({"height":_height-23+"px"});
829 el.left.css.container.environment.addStyle({"height":_height-33+"px"});
830 el.right.css.input.environment.addStyle({ "height":_height-55+"px" });
833 el.left.scripts.container.environment.addStyle({"height":_height-23+"px"});
836 el.left.dom.container.environment.addStyle({"height":_height-31+"px"});
839 el.left.xhr.container.environment.addStyle({"height":_height-32+"px"});
842 el.left.str.container.environment.addStyle({"height":_height-32+"px"});
847 … d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);
859 el.main.environment.addStyle({ "width":dim.width+"px"});
860 el.mainiframe.environment.addStyle({ "width":dim.width+"px"});
868el.main.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+Math.ma…
869el.mainiframe.environment.addStyle({ "top":dim.height-el.main.environment.getSize().offsetHeight+M…
882 return new lib.element("DIV").attribute.addClass("Row").insert(el.left.console.monitor);
888 d.clean(el.left.console.monitor);
904 d.dom.open(d.console.cache[_index], el.left.dom.container, lib.env.ie);
930 el.left.console.input.environment.getElement().value = "";
949el.left.console.monitor.environment.getElement().parentNode.scrollTop = Math.abs(el.left.console.m…
966 el[open?"left":"right"].console.mlButton.environment.addStyle({ display:"none" });
967 el[!open?"left":"right"].console.mlButton.environment.addStyle({ display:"block" });
968 el.left.console.mlButton.attribute[(open?"add":"remove")+"Class"]("CloseML");
1090 str+=d.css.printRule(selector, cssText.split(";"), el.left.css.container);
1095 el.left.css.container.update(str);
1111 el.button.css.selectbox.update("");
1116 el.button.css.selectbox.child.add(
1137 if(parentElement.opened&&parentElement!=el.left.dom.container){
1304 internal.targetWindow.firebug.el.bgInspector.environment.addStyle({ "display":"none" });
1331 for (t = 0; t < el.left.html.container.child.get().length; t++) {
1332 searchEl=el.left.html.container.child.get()[t];
1334 parentLayer = el.left.html.container.child.get()[t].childNodes[1].lib;
1340 parentLayer = el.left.html.container.child.get()[3].childNodes[1].lib;
1365 el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");
1366 el.right.html.nav[_index].attribute.addClass("Selected");
1374 parent = _parent || el.left.html.container,
1384 if(parent!=el.left.html.container){
1405 if (parent != el.left.html.container) {
1474 d.clean(el.right.html.content);
1485 el.right.html.content.update(str);
1488 d.dom.open(node,el.right.html.content,lib.env.ie);
1496 el:null,
1501 …internal.targetWindow.firebug.el[_bgInspector&&"bgInspector"||"borderInspector"].environment.addSt…
1508 d.inspector.el = _element;
1517el.button.inspect.attribute[(d.inspector.enabled ? "add" : "remove") + "Class"]("Enabled");
1519 el.borderInspector.environment.addStyle({ "display":"none" });
1520 d.inspector.el = null;
1537 el.left.scripts.container.update("");
1557 el.left.scripts.container.update(source);
1559 el.left.scripts.container.child.add(
1568el.button.scripts.lineNumbers.attribute[(d.scripts.lineNumbers ? "add" : "remove") + "Class"]("Ena…
1574 el.button.scripts.selectbox.clean();
1580 el.button.scripts.selectbox.child.add(
1592 el.left.str.container.update(_str.replace(/\n/g,"<br />"))
1613 el.left.xhr.container.update("");
1614el.left.xhr.name = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.elemen…
1615el.left.xhr.nameTitle = new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);
1616 el.left.xhr.nameContent = new lib.element("DIV").insert(el.left.xhr.name);
1617el.left.xhr.status = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.elem…
1618el.left.xhr.statusTitle = new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);
1619 el.left.xhr.statusContent = new lib.element("DIV").insert(el.left.xhr.status);
1620el.left.xhr.readystate = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.…
1621el.left.xhr.readystateTitle =el.left.xhr.nameTitle = new lib.element("STRONG").update("Ready State…
1622 el.left.xhr.readystateContent = new lib.element("DIV").insert(el.left.xhr.readystate);
1623el.left.xhr.response = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.el…
1624el.left.xhr.responseTitle = new lib.element("STRONG").update("Response:").insert(el.left.xhr.respo…
1625 el.left.xhr.responseContent = new lib.element("DIV").insert(el.left.xhr.response);
1631 el.left.xhr.nameContent.update("");
1632 el.left.xhr.statusContent.update("");
1633 el.left.xhr.readystateContent.update("");
1634 el.left.xhr.responseContent.update("");
1639 el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));
1641 el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));
1642 … } catch(e){ el.left.xhr.statusContent.child.add(new lib.element("span").update("&nbsp;")); }
1643el.left.xhr.readystateContent.child.add(new lib.element("span").update(item[1].readyState));
1645 el.left.xhr.responseContent.child.add(new lib.element("span").child.add(
1656 el.left.container.environment.addStyle({ "width":_open?"70%":"100%" });
1657 el.right.container.environment.addStyle({ "display":_open?"block":"none" });
1667 el.button[close].container.environment.addStyle({ "display":"none" });
1668 el.left[close].container.environment.addStyle({ "display":"none" });
1669 el.right[close].container.environment.addStyle({ "display":"none" });
1671 el.button[open].container.environment.addStyle({ "display":"inline" });
1672 el.left[open].container.environment.addStyle({ "display":"block" });
1673 el.right[open].container.environment.addStyle({ "display":"block" });
1675 if(el.nav[close])
1676 el.nav[close].attribute.removeClass("Selected");
1677 if(el.nav[open])
1678 el.nav[open].attribute.addClass("Selected");
1701 if(el.left.dom.container.environment.getElement().innerHTML==""){
1703 … d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);
1760 …d.xhr.addObject.apply(internal.targetWindow, el.button.xhr.textbox.environment.getElement().value.…
1767 d.console.eval(el.left.console.input.environment.getElement().value);
1775 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1781 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1789 d.css.open(el.button.css.selectbox.environment.getElement().selectedIndex);
1795 … d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);
1802 internal.popupWin.firebug.d.html.inspect(firebug.d.inspector.el);
1804 firebug.d.html.inspect(firebug.d.inspector.el);
1825 } else if (el.main.environment.getStyle("display") === 'none') {
1839 var borderInspector = el.borderInspector.environment.getElement();
1840 var display = el.borderInspector.environment.getStyle("display");
1858 target!=el.main.environment.getElement()&&
1859 target.offsetParent!=el.main.environment.getElement() ) {
1868 d.console.eval.call(window,el.right.console.input.environment.getElement().value);
1873 … var source = el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").split("}");
1888 d.scripts.open(parseInt(el.button.scripts.selectbox.environment.getElement().value));
1894 …d.xhr.addObject.apply(internal.targetWindow, el.button.xhr.textbox.environment.getElement().value.…
2380 var el = arguments[i];
2382 el.environment ? el.environment.getElement() : el