Lines Matching refs:addClass

125 …el.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);
129 el.left.container = new lib.element("DIV").attribute.addClass("Left").insert(el.main);
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'));
138 …el.button.container = new lib.element("DIV").attribute.addClass("ButtonContainer").insert(el.heade…
139 …et("href","http://getfirebug.com/lite.html").update(" ").attribute.addClass("Button Logo").in…
140 …el.button.inspect = new lib.element("A").attribute.addClass("Button").event.addListener("click",in…
141 …el.button.dock = new lib.element("A").attribute.addClass("Button Dock").event.addListener("click",…
142 …el.button.newWindow = new lib.element("A").attribute.addClass("Button NewWindow").event.addListene…
145 …el.button.maximize = new lib.element("A").attribute.addClass("Button Maximize").event.addListener(…
146 …el.button.minimize = new lib.element("A").attribute.addClass("Button Minimize").event.addListener(…
147 …el.button.close = new lib.element("A").attribute.addClass("Button Close").event.addListener("click…
158 el.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);
159 …el.nav.console = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click"…
160 …el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("cli…
161 …el.nav.css = new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click…
163 …el.nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener…
165 …el.nav.dom = new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click…
166 …el.nav.xhr = new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click…
167 …el.nav.optionsdiv = new lib.element("DIV").attribute.addClass("Settings").insert(el.nav.container);
168 …el.nav.options = new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbs…
180 …el.left.console.container = new lib.element("DIV").attribute.addClass("Console").insert(el.left.co…
181 …el.left.console.mlButton = new lib.element("A").attribute.addClass("MLButton").event.addListener("…
183 new lib.element("DIV").attribute.addClass("Monitor").insert(el.left.console.container)
186 new lib.element("DIV").attribute.addClass("InputArrow").update(">>>")
188 …input = new lib.element("INPUT").attribute.set("type","text").attribute.addClass("Input").event.ad…
189 … new lib.element("DIV").attribute.addClass("InputContainer").insert(el.left.console.container)
193 …el.right.console.container = new lib.element("DIV").attribute.addClass("Console Container").insert…
194 …el.right.console.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addL…
195 …el.right.console.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.c…
197 …el.right.console.run = new lib.element("A").attribute.addClass("Button").event.addListener("click"…
198 …el.right.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("clic…
201 …el.button.console.container = new lib.element("DIV").attribute.addClass("ButtonSet").insert(el.but…
202 …el.button.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("cli…
209 …el.left.html.container = new lib.element("DIV").attribute.addClass("HTML").insert(el.left.containe…
212 …el.right.html.container = new lib.element("DIV").attribute.addClass("HTML Container").insert(el.ri…
215 …el.right.html.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.htm…
216 …el.right.html.nav.computedStyle = new lib.element("A").attribute.addClass("Tab Selected").event.ad…
217 …el.right.html.nav.dom = new lib.element("A").attribute.addClass("Tab").event.addListener("click",l…
219 …el.right.html.content = new lib.element("DIV").attribute.addClass("Content").insert(el.right.html.…
222 …el.button.html.container = new lib.element("DIV").attribute.addClass("ButtonSet HTML").insert(el.b…
229 …el.left.css.container = new lib.element("DIV").attribute.addClass("CSS").insert(el.left.container);
232 …el.right.css.container = new lib.element("DIV").attribute.addClass("CSS Container").insert(el.righ…
235 …el.right.css.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.css.…
236 …el.right.css.nav.runCSS = new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS"…
238 …el.right.css.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addListe…
239 …el.right.css.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.css.c…
241 …el.right.css.run = new lib.element("A").attribute.addClass("Button").event.addListener("click",lis…
242 …el.right.css.clear = new lib.element("A").attribute.addClass("Button").event.addListener("click",l…
245 …el.button.css.container = new lib.element("DIV").attribute.addClass("ButtonSet CSS").insert(el.but…
253 …el.left.scripts.container = new lib.element("DIV").attribute.addClass("Scripts").insert(el.left.co…
256 …el.right.scripts.container = new lib.element("DIV").attribute.addClass("Scripts Container").insert…
259 …el.button.scripts.container = new lib.element("DIV").attribute.addClass("ButtonSet Scripts").inser…
261 …el.button.scripts.lineNumbers = new lib.element("A").attribute.addClass("Button").event.addListene…
268 …el.left.dom.container = new lib.element("DIV").attribute.addClass("DOM").insert(el.left.container);
271 …el.right.dom.container = new lib.element("DIV").attribute.addClass("DOM Container").insert(el.righ…
274 …el.button.dom.container = new lib.element("DIV").attribute.addClass("ButtonSet DOM").insert(el.but…
282 …el.left.str.container = new lib.element("DIV").attribute.addClass("STR").insert(el.left.container);
285 …el.right.str.container = new lib.element("DIV").attribute.addClass("STR").insert(el.left.container…
288 …el.button.str.container = new lib.element("DIV").attribute.addClass("ButtonSet XHR").insert(el.but…
289 …el.button.str.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",…
295 …el.left.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container);
298 …el.right.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container…
302 …el.button.xhr.container = new lib.element("DIV").attribute.addClass("ButtonSet XHR").insert(el.but…
305 …el.button.xhr.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",…
312 new lib.element("DIV").attribute.addClass("Header").child.add(
313 new lib.element().attribute.addClass("Title").update('Firebug Lite Settings')
315 ).attribute.addClass("SettingsDiv").insert(el.main);
316 …el.settings.content = new lib.element("DIV").attribute.addClass("Content").insert(el.settings.cont…
317 …el.settings.progressDiv = new lib.element("DIV").attribute.addClass("ProgressDiv").insert(el.setti…
318 …el.settings.progress = new lib.element("DIV").attribute.addClass("Progress").insert(el.settings.pr…
319 …g = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClass("SettingsCBX").in…
322 …g = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClass("SettingsCBX").in…
325 …s = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClass("SettingsCBX").in…
328 …e = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClass("SettingsCBX").in…
331 …n = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClass("SettingsCBX").in…
334 …p = new lib.element("INPUT").attribute.set("type","checkbox").attribute.addClass("SettingsCBX").in…
338 …Chars = new lib.element("INPUT").attribute.set("type","text").attribute.addClass("SettingsTextbox"…
341 …el.settings.buttonLeftDiv = new lib.element("DIV").attribute.addClass("ButtonsLeft").insert(el.set…
343 …el.settings.buttonRightDiv = new lib.element("DIV").attribute.addClass("ButtonsRight").insert(el.s…
882 return new lib.element("DIV").attribute.addClass("Row").insert(el.left.console.monitor);
910 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
921 … d.console.addLine().attribute.addClass("Error").update("<strong>Error: </strong>"+message,true);
935 d.console.addLine().attribute.addClass("Arrow").update(firebug.version);
941 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
976 d.console.addLine().attribute.addClass("Log").update(args);
983 d.console.addLine().attribute.addClass("Warn").update(args);
990 d.console.addLine().attribute.addClass("Info").update(args);
997 d.console.addLine().attribute.addClass("Debug").update(args);
1004 d.console.addLine().attribute.addClass("Error").update(args);
1013 d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");
1024 d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");
1043 d.console.addLine().attribute.addClass("log").update(args);
1128 var container = new lib.element("DIV").attribute.addClass("DOMContent").insert(_layer);
1144 …ent.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass("Opened");
1150 … obj[key], property = key, container = new lib.element("DIV").attribute.addClass("DOMRow").insert(…
1151 …w lib.element("DIV").attribute.addClass("DOMRowLeft").insert(container), right = new lib.element("…
1154 new lib.element("DIV").attribute.addClass('Clear')
1157 var link = new lib.element("A").attribute.addClass(
1163 …var subContainer = new lib.element("DIV").attribute.addClass("DOMRowSubContainer").insert(containe…
1346 link.attribute.addClass("Selected");
1366 el.right.html.nav[_index].attribute.addClass("Selected");
1389 nodeLink.attribute.addClass("Selected");
1406 parent.element.previousSibling.lib.attribute.addClass("Open");
1407 parent.element.lib.attribute.addClass("OpenSubContainer");
1412 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='…
1417 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;/<span class=…
1423 var container = new lib.element().attribute.addClass("Block").insert(parent),
1424 link = new lib.element("A").attribute.addClass("Link").insert(container),
1425 … spacer = new lib.element("SPAN").attribute.addClass("Spacer").update("&nbsp;").insert(link),
1426 …html = new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link…
1427 … subContainer = new lib.element("DIV").attribute.addClass("SubContainer").insert(container),
1438 link.attribute.addClass("Selected");
1439 link.attribute.addClass("Parent");
1445 container.attribute.addClass("Unvisible");
1457 …html.child.add(new lib.element("span").attribute.addClass("Blue").update(item.nodeName.toLowerCase…
1462 link.attribute.addClass("Parent");
1560 …new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI de…
1614 …name = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").att…
1617 …atus = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").att…
1620 …nt("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").environment.addStyle({ …
1623 …ttribute.addClass("BlockContent").insert(new lib.element("DIV").environment.addStyle({ "width":(li…
1678 el.nav[open].attribute.addClass("Selected");
2028 addClass:function(_element,_class){ method in pi.util.Element
2059 pi.util.Element.addClass.apply(this,arguments);
2349 pi.util.Element.addClass(this._parent_.environment.getElement(),arguments[i]);