Lines Matching refs:attribute

116 …new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribu…
127 …lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attrib…
133 …el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('fireb…
134 …el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true)…
136 …el.resizer = new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",wi…
138 el.header = new lib.element("DIV").attribute.addClass("Header").insert(el.main);
140 el.left.container = new lib.element("DIV").attribute.addClass("Left").insert(el.main);
142 el.right.container = new lib.element("DIV").attribute.addClass("Right").insert(el.main);
143 el.main.child.add(new lib.element("DIV").attribute.addClass('Clear'));
149 …el.button.container = new lib.element("DIV").attribute.addClass("ButtonContainer").insert(el.heade…
150attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http:…
151 …el.button.inspect = new lib.element("A").attribute.addClass("Button").event.addListener("click",in…
152 …el.button.dock = new lib.element("A").attribute.addClass("Button Dock").event.addListener("click",…
153 …el.button.newWindow = new lib.element("A").attribute.addClass("Button NewWindow").event.addListene…
156 …el.button.maximize = new lib.element("A").attribute.addClass("Button Maximize").event.addListener(…
157 …el.button.minimize = new lib.element("A").attribute.addClass("Button Minimize").event.addListener(…
158 …el.button.close = new lib.element("A").attribute.addClass("Button Close").event.addListener("click…
169 el.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);
170 …el.nav.console = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click"…
171 …el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("cli…
172 …el.nav.css = new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click…
174 …el.nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener…
176 …el.nav.dom = new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click…
177 …el.nav.xhr = new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click…
178 …el.nav.optionsdiv = new lib.element("DIV").attribute.addClass("Settings").insert(el.nav.container);
179 …el.nav.options = new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbs…
184 …el.borderInspector = new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute
185 …el.bgInspector = new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('fi…
191 …el.left.console.container = new lib.element("DIV").attribute.addClass("Console").insert(el.left.co…
192 …el.left.console.mlButton = new lib.element("A").attribute.addClass("MLButton").event.addListener("…
194 new lib.element("DIV").attribute.addClass("Monitor").insert(el.left.console.container)
197 new lib.element("DIV").attribute.addClass("InputArrow").update(">>>")
199 …el.left.console.input = new lib.element("INPUT").attribute.set("type","text").attribute.addClass("…
200 … new lib.element("DIV").attribute.addClass("InputContainer").insert(el.left.console.container)
204 …el.right.console.container = new lib.element("DIV").attribute.addClass("Console Container").insert…
205 …el.right.console.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addL…
206 …el.right.console.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.c…
208 …el.right.console.run = new lib.element("A").attribute.addClass("Button").event.addListener("click"…
209 …el.right.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("clic…
212 …el.button.console.container = new lib.element("DIV").attribute.addClass("ButtonSet").insert(el.but…
213 …el.button.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("cli…
220 …el.left.html.container = new lib.element("DIV").attribute.addClass("HTML").insert(el.left.containe…
223 …el.right.html.container = new lib.element("DIV").attribute.addClass("HTML Container").insert(el.ri…
226 …el.right.html.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.htm…
227 …el.right.html.nav.computedStyle = new lib.element("A").attribute.addClass("Tab Selected").event.ad…
228 …el.right.html.nav.dom = new lib.element("A").attribute.addClass("Tab").event.addListener("click",l…
230 …el.right.html.content = new lib.element("DIV").attribute.addClass("Content").insert(el.right.html.…
233 …el.button.html.container = new lib.element("DIV").attribute.addClass("ButtonSet HTML").insert(el.b…
240 …el.left.css.container = new lib.element("DIV").attribute.addClass("CSS").insert(el.left.container);
243 …el.right.css.container = new lib.element("DIV").attribute.addClass("CSS Container").insert(el.righ…
246 …el.right.css.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.css.…
247 …el.right.css.nav.runCSS = new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS"…
249 …el.right.css.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addListe…
250 …el.right.css.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.css.c…
252 …el.right.css.run = new lib.element("A").attribute.addClass("Button").event.addListener("click",lis…
253 …el.right.css.clear = new lib.element("A").attribute.addClass("Button").event.addListener("click",l…
256 …el.button.css.container = new lib.element("DIV").attribute.addClass("ButtonSet CSS").insert(el.but…
264 …el.left.scripts.container = new lib.element("DIV").attribute.addClass("Scripts").insert(el.left.co…
267 …el.right.scripts.container = new lib.element("DIV").attribute.addClass("Scripts Container").insert…
270 …el.button.scripts.container = new lib.element("DIV").attribute.addClass("ButtonSet Scripts").inser…
272 …el.button.scripts.lineNumbers = new lib.element("A").attribute.addClass("Button").event.addListene…
279 …el.left.dom.container = new lib.element("DIV").attribute.addClass("DOM").insert(el.left.container);
282 …el.right.dom.container = new lib.element("DIV").attribute.addClass("DOM Container").insert(el.righ…
285 …el.button.dom.container = new lib.element("DIV").attribute.addClass("ButtonSet DOM").insert(el.but…
293 …el.left.str.container = new lib.element("DIV").attribute.addClass("STR").insert(el.left.container);
296 …el.right.str.container = new lib.element("DIV").attribute.addClass("STR").insert(el.left.container…
299 …el.button.str.container = new lib.element("DIV").attribute.addClass("ButtonSet XHR").insert(el.but…
300 …el.button.str.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",…
306 …el.left.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container);
309 …el.right.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container…
313 …el.button.xhr.container = new lib.element("DIV").attribute.addClass("ButtonSet XHR").insert(el.but…
316 …el.button.xhr.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",…
323 new lib.element("DIV").attribute.addClass("Header").child.add(
324 new lib.element().attribute.addClass("Title").update('Firebug Lite Settings')
326 ).attribute.addClass("SettingsDiv").insert(el.main);
327 …el.settings.content = new lib.element("DIV").attribute.addClass("Content").insert(el.settings.cont…
328 …el.settings.progressDiv = new lib.element("DIV").attribute.addClass("ProgressDiv").insert(el.setti…
329 …el.settings.progress = new lib.element("DIV").attribute.addClass("Progress").insert(el.settings.pr…
330 …el.settings.cbxDebug = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClas…
333 …l.settings.cbxDetectFirebug = new lib.element("INPUT").attribute.set("type","checkbox").attribute.…
336 …ettings.cbxHideDOMFunctions = new lib.element("INPUT").attribute.set("type","checkbox").attribute.…
339 …el.settings.cbxOverride = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addC…
342 …el.settings.cbxShowIcon = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addC…
345 …el.settings.cbxOpenInPopup = new lib.element("INPUT").attribute.set("type","checkbox").attribute.a…
349 …el.settings.textNodeChars = new lib.element("INPUT").attribute.set("type","text").attribute.addCla…
352 …el.settings.buttonLeftDiv = new lib.element("DIV").attribute.addClass("ButtonsLeft").insert(el.set…
353 …el.settings.resetButton = new lib.element("INPUT").attribute.set("type","button").update("Reset").…
354 …el.settings.buttonRightDiv = new lib.element("DIV").attribute.addClass("ButtonsRight").insert(el.s…
355 …el.settings.cancelButton = new lib.element("INPUT").attribute.set("type","button").update("Cancel"…
357 …el.settings.saveButton = new lib.element("INPUT").attribute.set("type","button").update("Save").ev…
381 buttons[i].attribute.set("href","#");
893 return new lib.element("DIV").attribute.addClass("Row").insert(el.left.console.monitor);
921 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
932 … d.console.addLine().attribute.addClass("Error").update("<strong>Error: </strong>"+message,true);
946 d.console.addLine().attribute.addClass("Arrow").update(firebug.version);
952 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
979 el.left.console.mlButton.attribute[(open?"add":"remove")+"Class"]("CloseML");
987 d.console.addLine().attribute.addClass("Log").update(args);
994 d.console.addLine().attribute.addClass("Warn").update(args);
1001 d.console.addLine().attribute.addClass("Info").update(args);
1008 d.console.addLine().attribute.addClass("Debug").update(args);
1015 d.console.addLine().attribute.addClass("Error").update(args);
1024 d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");
1035 d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");
1054 d.console.addLine().attribute.addClass("log").update(args);
1128 new lib.element("OPTION").attribute.set("value",i).update(uri)
1139 var container = new lib.element("DIV").attribute.addClass("DOMContent").insert(_layer);
1149 …ement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.removeClass("Ope…
1155 …ement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass("Opened…
1161 …var value = obj[key], property = key, container = new lib.element("DIV").attribute.addClass("DOMRo…
1162 …left = new lib.element("DIV").attribute.addClass("DOMRowLeft").insert(container), right = new lib.…
1165 new lib.element("DIV").attribute.addClass('Clear')
1168 var link = new lib.element("A").attribute.addClass(
1174 …var subContainer = new lib.element("DIV").attribute.addClass("DOMRowSubContainer").insert(containe…
1357 link.attribute.addClass("Selected");
1364 d.html.current[1].attribute.removeClass("Selected");
1376 el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");
1377 el.right.html.nav[_index].attribute.addClass("Selected");
1398 d.html.current[1].attribute.removeClass("Selected");
1400 nodeLink.attribute.addClass("Selected");
1411 parent.element.previousSibling.lib.attribute.removeClass("Open");
1412 parent.element.lib.attribute.removeClass("OpenSubContainer");
1417 parent.element.previousSibling.lib.attribute.addClass("Open");
1418 parent.element.lib.attribute.addClass("OpenSubContainer");
1423 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='…
1428 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;/<span class=…
1434 var container = new lib.element().attribute.addClass("Block").insert(parent),
1435 link = new lib.element("A").attribute.addClass("Link").insert(container),
1436 … spacer = new lib.element("SPAN").attribute.addClass("Spacer").update("&nbsp;").insert(link),
1437 …html = new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link…
1438 … subContainer = new lib.element("DIV").attribute.addClass("SubContainer").insert(container),
1449 link.attribute.addClass("Selected");
1450 link.attribute.addClass("Parent");
1456 container.attribute.addClass("Unvisible");
1468 …html.child.add(new lib.element("span").attribute.addClass("Blue").update(item.nodeName.toLowerCase…
1473 link.attribute.addClass("Parent");
1528 … el.button.inspect.attribute[(d.inspector.enabled ? "add" : "remove") + "Class"]("Enabled");
1571 …new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI de…
1579 …el.button.scripts.lineNumbers.attribute[(d.scripts.lineNumbers ? "add" : "remove") + "Class"]("Ena…
1592 new lib.element("OPTION").attribute.set("value",i).update(fileName)
1625 …left.xhr.name = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("…
1628 …ft.xhr.status = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("…
1631 …lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").environment.ad…
1634 …t("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").environment.addStyle({ "…
1687 el.nav[close].attribute.removeClass("Selected");
1689 el.nav[open].attribute.addClass("Selected");