Home
last modified time | relevance | path

Searched defs:_property (Results 1 – 4 of 4) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2121 getStyle:function(_element,_property){ argument
2139 getView:function(_element,_property){ argument
2238 var getter = function(_property){ return this[_property]; }, argument
2239 …setter = function(_property,_value){ this[_property] = _value; return _branch._parent_||_branch; }; argument
2426 "getStyle":function(_property){ argument
2438 "getView":function(_property){ argument
H A Dfirebug-lite-1.2-compressed.js102 try{_element.style[key]=_style[key];}catch(e){}}},getStyle:function(_element,_property){_property=_… argument
103 return pi.util.Element.getOpacity(_element.style);return typeof _property=="string"?_element.style[… argument
111 …turn fn;};this.createAccessors=function(_p,_branch){var getter=function(_property){return this[_pr… argument
117 …s.getElement(),_styleObject);return this._parent_;},"getStyle":function(_property){return pi.util.… argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js113 try{_element.style[key]=_style[key];}catch(e){}}},getStyle:function(_element,_property){_property=_property=="float"?pi.env.ie?"styleFloat":"cssFloat":_property;if(_property=="opacity"&&pi.env.ie) argument
114 return pi.util.Element.getOpacity(_element.style);return typeof _property=="string"?_element.style[_property]:_element.style;},getValue:function(_element){switch(_element.nodeName.toLowerCase()){case"input":case"textarea":return _element.value;case"select":return _element.options[_element.selectedIndex].value;default:return _element.innerHTML;break;}},getView:function(_element,_property){var view=document.defaultView?document.defaultView.getComputedStyle(_element,null):_element.currentStyle;_property=_property argument
122 setter(_property,_value) global() argument
128 getView(_property) global() argument
[all...]
H A Dfirebug-lite-1.2.js2132 getStyle:function(_element,_property){ argument
2150 getView:function(_element,_property){ argument
2249 getter(_property) global() argument
2250 setter(_property,_value) global() argument
2437 getStyle(_property) global() argument
2449 getView(_property) global() argument
[all...]