Lines Matching defs:update

150       el.button.logo = new lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http://getfirebug.com/lite.html").update(" ").attribute.addClass("Button Logo").insert(el.button.container);
151 el.button.inspect = new lib.element("A").attribute.addClass("Button").event.addListener("click",internal.targetWindow.firebug.d.inspector.toggle).update("Inspect").insert(el.button.container);
170 el.nav.console = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(el.nav.container);
171 el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util.Curry(d.navigate,window,"html")).insert(el.nav.container);
172 el.nav.css = new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click",lib.util.Curry(d.navigate,window,"css")).insert(el.nav.container);
174 el.nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener("click",lib.util.Curry(d.navigate,window,"scripts")).insert(el.nav.container);
176 el.nav.dom = new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.navigate,internal.targetWindow,"dom")).insert(el.nav.container);
177 el.nav.xhr = new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).insert(el.nav.container);
179 el.nav.options = new lib.element("A").attribute.addClass("Tab Button Options").update("Options    ").event.addListener("click", settings.toggle).insert(el.nav.optionsdiv);
197 new lib.element("DIV").attribute.addClass("InputArrow").update(">>>")
208 el.right.console.run = new lib.element("A").attribute.addClass("Button").event.addListener("click",listen.runMultiline).update("Run").insert(el.right.console.container);
209 el.right.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.clean,window,el.right.console.input)).update("Clear").insert(el.right.console.container);
213 el.button.console.clear = new lib.element("A").attribute.addClass("Button").event.addListener("click",d.console.clear).update("Clear").insert(el.button.console.container);
227 el.right.html.nav.computedStyle = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"computedStyle")).update("Computed Style").insert(el.right.html.nav.container);
228 el.right.html.nav.dom = new lib.element("A").attribute.addClass("Tab").event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"dom")).update("DOM").insert(el.right.html.nav.container);
247 el.right.css.nav.runCSS = new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS").insert(el.right.css.nav.container);
252 el.right.css.run = new lib.element("A").attribute.addClass("Button").event.addListener("click",listen.runCSS).update("Run").insert(el.right.css.container);
253 el.right.css.clear = new lib.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.clean,window,el.right.css.input)).update("Clear").insert(el.right.css.container);
272 el.button.scripts.lineNumbers = new lib.element("A").attribute.addClass("Button").event.addListener("click",d.scripts.toggleLineNumbers).update("Show Line Numbers").insert(el.button.scripts.container);
286 el.button.dom.label = new lib.element("LABEL").update("Object Path:").insert(el.button.dom.container);
287 el.button.dom.textbox = new lib.element("INPUT").event.addListener("keydown",listen.domTextbox).update(internal.isPopup?"window.opener":"window").insert(el.button.dom.container);
300 el.button.str.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).update("Back").insert(el.button.str.container);
314 el.button.xhr.label = new lib.element("LABEL").update("XHR Path:").insert(el.button.xhr.container);
316 el.button.xhr.watch = new lib.element("A").attribute.addClass("Button").event.addListener("click",listen.addXhrObject).update("Watch").insert(el.button.xhr.container);
324 new lib.element().attribute.addClass("Title").update('Firebug Lite Settings')
353 el.settings.resetButton = new lib.element("INPUT").attribute.set("type","button").update("Reset").event.addListener("click",settings.reset).insert(el.settings.buttonLeftDiv);
355 el.settings.cancelButton = new lib.element("INPUT").attribute.set("type","button").update("Cancel").event.addListener("click",settings.hide).insert(el.settings.buttonRightDiv);
357 el.settings.saveButton = new lib.element("INPUT").attribute.set("type","button").update("Save").event.addListener("click",settings.saveClicked).insert(el.settings.buttonRightDiv);
887 _element.update("");
921 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
922 d.console.addLine().update(d.highlight(_text,false,false,true));
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);
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);
1106 el.left.css.container.update(str);
1122 el.button.css.selectbox.update("");
1128 new lib.element("OPTION").attribute.set("value",i).update(uri)
1146 parentElement.update("");
1170 ).update(property).insert(left);
1172 right.update(d.highlight(value,false,true));
1423 new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='Blue'>html</span>&#62;").insert(parent);
1428 new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;/<span class='Blue'>"+element.nodeName.toLowerCase()+"</span>&#62;").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),
1468 html.child.add(new lib.element("span").attribute.addClass("Blue").update(item.nodeName.toLowerCase()).environment.getElement());
1496 el.right.html.content.update(str);
1548 el.left.scripts.container.update("");
1568 el.left.scripts.container.update(source);
1571 new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI denied</em>")
1592 new lib.element("OPTION").attribute.set("value",i).update(fileName)
1603 el.left.str.container.update(_str.replace(/\n/g,"<br />"))
1624 el.left.xhr.container.update("");
1626 el.left.xhr.nameTitle = new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);
1629 el.left.xhr.statusTitle = new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);
1632 el.left.xhr.readystateTitle =el.left.xhr.nameTitle = new lib.element("STRONG").update("Ready State:").insert(el.left.xhr.readystate);
1635 el.left.xhr.responseTitle = new lib.element("STRONG").update("Response:").insert(el.left.xhr.response);
1642 el.left.xhr.nameContent.update("");
1643 el.left.xhr.statusContent.update("");
1644 el.left.xhr.readystateContent.update("");
1645 el.left.xhr.responseContent.update("");
1650 el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));
1652 el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));
1653 } catch(e){ el.left.xhr.statusContent.child.add(new lib.element("span").update("&nbsp;")); }
1654 el.left.xhr.readystateContent.child.add(new lib.element("span").update(item[1].readyState));
1657 new lib.element("A").event.addListener("click",lib.util.Curry(d.str.open,window,response)).update("&nbsp;"+response.substring(0,50))
1786 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1792 el.left.console.input.update( d.console.history[d.console.historyIndex] );
2332 "update":function(_value){