Home
last modified time | relevance | path

Searched refs:getStyle (Results 101 – 108 of 108) sorted by last modified time

12345

/plugin/s5reloaded/ui/effects_support/
H A Deffects.js380 this.originalLeft = parseFloat(this.element.getStyle('left') || '0');
418 this.elementPositioning = this.element.getStyle('position');
428 var fontSize = this.element.getStyle('font-size') || '100%';
565 position: element.getStyle('position'),
644 top: element.getStyle('top'),
645 left: element.getStyle('left'),
672 top: element.getStyle('top'),
673 left: element.getStyle('left') };
695 var oldInnerBottom = element.down().getStyle('bottom');
724 var oldInnerBottom = element.down().getStyle('bottom');
[all …]
H A Dprototype.js2189 getStyle: function(element, style) { method in Element.Methods
2202 return $(element).getStyle('opacity');
2232 var display = Element.getStyle(element, 'display');
2254 var pos = Element.getStyle(element, 'position');
2314 var p = Element.getStyle(element, 'position');
2374 if (Element.getStyle(element, 'position') != 'static')
2420 if (Element.getStyle(element, 'position') == 'absolute') {
2455 Element.Methods.getStyle = Element.Methods.getStyle.wrap(
2500 var position = element.getStyle('position');
2515 var position = element.getStyle('position');
[all …]
H A Dcontrols.js95 …if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update…
98 (Element.getStyle(this.update, 'position')=='absolute')) {
117 …if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update…
498 this._originalBackground = this.element.getStyle('background-color') || 'transparent';
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak1781 String initial = graph.getModel().getStyle(
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak443 model.setStyle(target, model.getStyle(cells[0]));
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php123 function getStyle($common, $types) function in BIBFORMAT
H A DBIBSTYLE.php70 $this->bibformat->getStyle($styleCommon, $styleTypes);
H A DREADME.txt128 Parses the XML style file into raw arrays (to be further processed in BIBFORMAT::getStyle() (see be…
134 These last two are used in BIBFORMAT::getStyle().
136 BIBFORMAT::getStyle();
137 $bibformat->getStyle(ASSOC_ARRAY: $styleCommon, ASSOC_ARRAY: $styleTypes);
141 loadStyle() and getStyle() need be called only once.

12345