Home
last modified time | relevance | path

Searched refs:getStyle (Results 1 – 21 of 21) sorted by relevance

/template/a_new_day/js/
Deffects.js53 return $(element).getStyle('opacity');
392 this.originalLeft = parseFloat(this.element.getStyle('left') || '0');
393 this.originalTop = parseFloat(this.element.getStyle('top') || '0');
432 this.elementPositioning = this.element.getStyle('position');
442 var fontSize = this.element.getStyle('font-size') || '100%';
499 if(this.element.getStyle('display')=='none') { this.cancel(); return; }
503 this.oldStyle.backgroundImage = this.element.getStyle('background-image');
507 this.options.endcolor = this.element.getStyle('background-color').parseColor('#ffffff');
509 this.options.restorecolor = this.element.getStyle('background-color');
568 from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0),
[all …]
Dprototype.js1362 getStyle: function(element, style) {
1377 …if((value == 'auto') && ['width','height'].include(style) && (element.getStyle('display') != 'none…
1381 if (Element.getStyle(element, 'position') == 'static') value = 'auto';
1384 if(value = (element.getStyle('filter') || '').match(/alpha\(opacity=(.*)\)/))
1400 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'');
1403 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'');
1407 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'') +
1418 var display = $(element).getStyle('display');
1441 var pos = Element.getStyle(element, 'position');
1472 if ((Element.getStyle(element, 'overflow') || 'visible') != 'hidden')
[all …]
Dcontrols.js91 …if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update…
95 (Element.getStyle(this.update, 'position')=='absolute')) {
114 …if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update…
521 this.originalBackground = Element.getStyle(this.element, 'background-color');
Ddragdrop.js298 parseInt(Element.getStyle(this.element,'left') || '0'),
299 parseInt(Element.getStyle(this.element,'top') || '0')]);
328 this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0);
/template/battlehorse/js/
Deffects.js53 return $(element).getStyle('opacity');
392 this.originalLeft = parseFloat(this.element.getStyle('left') || '0');
393 this.originalTop = parseFloat(this.element.getStyle('top') || '0');
432 this.elementPositioning = this.element.getStyle('position');
442 var fontSize = this.element.getStyle('font-size') || '100%';
499 if(this.element.getStyle('display')=='none') { this.cancel(); return; }
503 this.oldStyle.backgroundImage = this.element.getStyle('background-image');
507 this.options.endcolor = this.element.getStyle('background-color').parseColor('#ffffff');
509 this.options.restorecolor = this.element.getStyle('background-color');
568 from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0),
[all …]
Dprototype.js1362 getStyle: function(element, style) {
1377 …if((value == 'auto') && ['width','height'].include(style) && (element.getStyle('display') != 'none…
1381 if (Element.getStyle(element, 'position') == 'static') value = 'auto';
1384 if(value = (element.getStyle('filter') || '').match(/alpha\(opacity=(.*)\)/))
1400 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'');
1403 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'');
1407 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'') +
1418 var display = $(element).getStyle('display');
1441 var pos = Element.getStyle(element, 'position');
1472 if ((Element.getStyle(element, 'overflow') || 'visible') != 'hidden')
[all …]
Dcontrols.js91 …if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update…
95 (Element.getStyle(this.update, 'position')=='absolute')) {
114 …if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update…
521 this.originalBackground = Element.getStyle(this.element, 'background-color');
Ddragdrop.js298 parseInt(Element.getStyle(this.element,'left') || '0'),
299 parseInt(Element.getStyle(this.element,'top') || '0')]);
328 this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0);
/template/strap/ComboStrap/Tag/
H A DFollowTag.php63 $style = $brand->getStyle();
H A DShareTag.php49 $style = $brandButton->getStyle();
/template/strap/ComboStrap/
H A DBrandListTag.php99 …r->attachCssInternalStyleSheet($brandButton->getStyleScriptIdentifier(), $brandButton->getStyle());
H A DTagAttributes.php450 public function getStyle(): string function in ComboStrap\\TagAttributes
637 $this->addOutputAttributeValueIfNotEmpty("style", $this->getStyle());
884 $array["style"] = $this->getStyle();
H A DBrandTag.php86 $style = $brandButton->getStyle();
H A DBrandButton.php303 function getStyle(): string function in ComboStrap\\BrandButton
/template/strap/ComboStrap/Xml/
H A DXmlElement.php140 public function getStyle(): string function in ComboStrap\\Xml\\XmlElement
389 $source = StyleAttribute::HtmlStyleValueToArray($this->getStyle());
/template/lcars/
Dcufon-yui.js7getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComput…
/template/scanlines/js/
Dcufon-yui.js7getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComput…
/template/lcars/js/
Dcufon-yui.js7getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComput…
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js96getStyle("display")==='none'){win.show();}else{win.hide();}}}},mouse:function(_event){with(firebug…
113 try{_element.style[key]=_style[key];}catch(e){}}},getStyle:function(_element,_property){_property=_… method
128 …n this._parent_;},"getStyle":function(_property){return pi.util.Element.getStyle(this.getElement()… method
H A Dfirebug-lite-1.2.js1836 } else if (el.main.environment.getStyle("display") === 'none') {
1851 var display = el.borderInspector.environment.getStyle("display");
2132 getStyle:function(_element,_property){ method
2438 return pi.util.Element.getStyle(this.getElement(),_property);
H A Dfirebug-lite-1.4.js284 this.getStyle=this.isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined
442 this.isVisible=function(elt){return this.getStyle(elt,"visibility")!="hidden"&&(elt.offsetWidth>0||…
2169 var cssValue=this.getStyle(el,name);
2260 },getStyle:isIE?function(el,name){return el.currentStyle[name]||el.style[name]||undefined