Lines Matching refs:right

141       el.right = {};
142 el.right.container = new lib.element("DIV").attribute.addClass("Right").insert(el.main);
203 el.right.console = {};
204 el.right.console.container = new lib.element("DIV").attribute.addClass("Console Container").insert(el.right.container);
205 el.right.console.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addListener("click",d.console.toggleML).insert(el.right.console.container);
206 el.right.console.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.console.container);
207 el.right.console.input.event.addListener("keydown",lib.util.Curry(tab,window,el.right.console.input.element));
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);
222 el.right.html = {};
223 el.right.html.container = new lib.element("DIV").attribute.addClass("HTML Container").insert(el.right.container);
225 el.right.html.nav = {};
226 el.right.html.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.html.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);
230 el.right.html.content = new lib.element("DIV").attribute.addClass("Content").insert(el.right.html.container);
242 el.right.css = {};
243 el.right.css.container = new lib.element("DIV").attribute.addClass("CSS Container").insert(el.right.container);
245 el.right.css.nav = {};
246 el.right.css.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.css.container);
247 el.right.css.nav.runCSS = new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS").insert(el.right.css.nav.container);
249 el.right.css.mlButton = new lib.element("A").attribute.addClass("MLButton CloseML").event.addListener("click",d.console.toggleML).insert(el.right.css.container);
250 el.right.css.input = new lib.element("TEXTAREA").attribute.addClass("Input").insert(el.right.css.container);
251 el.right.css.input.event.addListener("keydown",lib.util.Curry(firebug.tab,window,el.right.css.input.element));
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);
266 el.right.scripts = {};
267 el.right.scripts.container = new lib.element("DIV").attribute.addClass("Scripts Container").insert(el.right.container);
281 el.right.dom = {};
282 el.right.dom.container = new lib.element("DIV").attribute.addClass("DOM Container").insert(el.right.container);
295 el.right.str = {};
296 el.right.str.container = new lib.element("DIV").attribute.addClass("STR").insert(el.left.container);
308 el.right.xhr = {};
309 el.right.xhr.container = new lib.element("DIV").attribute.addClass("XHR").insert(el.left.container);
375 el.right.console.run,
376 el.right.console.clear,
377 el.right.css.run,
378 el.right.css.clear
823 el.right.container.environment.addStyle({ "height":_height+"px" });
832 el.right.console.mlButton.environment.addStyle({ "top":_height+19+"px" });
833 el.right.console.input.environment.addStyle({ "height":_height-29+"px" });
837 el.right.html.content.environment.addStyle({"height":_height-23+"px"});
841 el.right.css.input.environment.addStyle({ "height":_height-55+"px" });
977 el[open?"left":"right"].console.mlButton.environment.addStyle({ display:"none" });
978 el[!open?"left":"right"].console.mlButton.environment.addStyle({ display:"block" });
1162 left = new lib.element("DIV").attribute.addClass("DOMRowLeft").insert(container), right = new lib.element("DIV").attribute.addClass("DOMRowRight").insert(container);
1172 right.update(d.highlight(value,false,true));
1376 el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");
1377 el.right.html.nav[_index].attribute.addClass("Selected");
1485 d.clean(el.right.html.content);
1489 var property = ["opacity","filter","azimuth","background","backgroundAttachment","backgroundColor","backgroundImage","backgroundPosition","backgroundRepeat","border","borderCollapse","borderColor","borderSpacing","borderStyle","borderTop","borderRight","borderBottom","borderLeft","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","borderWidth","bottom","captionSide","clear","clip","color","content","counterIncrement","counterReset","cue","cueAfter","cueBefore","cursor","direction","display","elevation","emptyCells","cssFloat","font","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","height","left","letterSpacing","lineHeight","listStyle","listStyleImage","listStylePosition","listStyleType","margin","marginTop","marginRight","marginBottom","marginLeft","markerOffset","marks","maxHeight","maxWidth","minHeight","minWidth","orphans","outline","outlineColor","outlineStyle","outlineWidth","overflow","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","page","pageBreakAfter","pageBreakBefore","pageBreakInside","pause","pauseAfter","pauseBefore","pitch","pitchRange","playDuring","position","quotes","richness","right","size","speak","speakHeader","speakNumeral","speakPunctuation","speechRate","stress","tableLayout","textAlign","textDecoration","textIndent","textShadow","textTransform","top","unicodeBidi","verticalAlign","visibility","voiceFamily","volume","whiteSpace","widows","width","wordSpacing","zIndex"].sort();
1496 el.right.html.content.update(str);
1499 d.dom.open(node,el.right.html.content,lib.env.ie);
1668 el.right.container.environment.addStyle({ "display":_open?"block":"none" });
1680 el.right[close].container.environment.addStyle({ "display":"none" });
1684 el.right[open].container.environment.addStyle({ "display":"block" });
1879 d.console.eval.call(window,el.right.console.input.environment.getElement().value);
1884 var source = el.right.css.input.environment.getElement().value.replace(/\n|\t/g,"").split("}");
2104 "right":view["right"],