Lines Matching refs:nav
157 el.nav = {};
158 el.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);
159 …nav.console = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",li…
160 …nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click"…
161 ….nav.css = new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click",…
163 …nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener("c…
165 …nav.dom = new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",l…
166 ….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 …nav.options = new lib.element("A").attribute.addClass("Tab Button Options").update("Options &…
214 el.right.html.nav = {};
215 …el.right.html.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.htm…
216 …nav.computedStyle = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("cli…
217 …nav.dom = new lib.element("A").attribute.addClass("Tab").event.addListener("click",lib.util.Curry(…
234 el.right.css.nav = {};
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"…
415 var posXY=lib.util.Element.getPosition(firebug.el.nav.options.element);
1365 el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");
1366 el.right.html.nav[_index].attribute.addClass("Selected");
1675 if(el.nav[close])
1676 el.nav[close].attribute.removeClass("Selected");
1677 if(el.nav[open])
1678 el.nav[open].attribute.addClass("Selected");