Home
last modified time | relevance | path

Searched refs:getStyle (Results 26 – 50 of 108) sorted by path

12345

/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1getStyle("width"),10);!isNaN(n)&&this.setValue(n);!isNaN(m)&&this.setValue(m)},commit:function(l){…
H A DtableCell.js.unc60 widthStyle = parseInt( element.getStyle( 'width' ), 10 );
90 …var widthMatch = widthPattern.exec( selectedCell.getStyle( 'width' ) || selectedCell.getAttribute(…
212 bgColorStyle = element.getStyle( 'background-color' );
261 borderColorStyle = element.getStyle( 'border-color' );
/plugin/ckgedit/ckeditor/
H A Dckeditor.js487 …tAttribute(U)==aa?D[U]=1:H[U]=1);for(R in h.styles)!E[R]&&(aa=w.getStyle(R))&&(m.getStyle(R)==aa?u…
497 …ute(g));for(var h in c)this._.definition.fullMatch&&a.getStyle(h)!=r(h,c[h],!0)||(f=f||!!a.getStyl…
651 …dialog.validate.inlineStyle(d.invalidInlineStyle),onChange:function(){},getStyle:function(a,c){var…
659 c.getStyle("direction")||c.getAttribute("dir"),a.getCommand("bidirtl").setState("rtl"==b?CKEDITOR.T…
681 …es({position:"absolute",top:k(e.y+d.height-u.height)});var n="fixed"==a.getStyle("position")?d.lef…
829 …&&p.getName&&-1!==l(h,p.getName())){m=!0;break}f=p}while(f&&f.getStyle&&("none"==f.getStyle("displ…
888 …lement")),this.document);if(a.data("cke-resizable")){var c=a.getStyle("width");a=a.getStyle("heigh…
961 …0])&&(c.removeClass(d[h]+g[0]),c.addClass(d[h]+g[1]));d=c.getStyle("margin-right");g=c.getStyle("m…
976 …asAttribute||!a.hasAttribute("align")&&!a.getStyle("text-align");){b=a.getParent();if(!b)break;a=b…
979 d.addClass(e[0])));e=d.getStyle("text-align");"left"==e?d.setStyle("text-align","right"):"right"==e…
[all …]
H A Dckeditor.js.unc2512 getStyle: function(a) {
9726 … for (R in h.styles) !F[R] && (aa = B.getStyle(R)) && (l.getStyle(R) == aa ? y[R] = 1 : F[R] = 1)
9923 …or (var h in c) this._.definition.fullMatch && a.getStyle(h) != t(h, c[h], !0) || (f = f || !!a.ge…
12962 getStyle: function(a, c) {
16317 } while (f && f.getStyle && ("none" == f.getStyle("display") || !f.getText()));
17444 var c = a.getStyle("width");
17445 a = a.getStyle("height");
18922 var a = b.getStyle("float");
19113 a = parseInt(b.getStyle(c), 10);
19424 e = d.getStyle("text-align");
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1getStyle(G),F);this.setValue(F)};var b;var w=function(){var B=this.originalElement;B.setCustomData…
H A Dimage.js.unc238 value = checkDimension( element.getStyle( dimension ), value );
818 borderStyle = element.getStyle( 'border-width' );
862 marginLeftStyle = element.getStyle( 'margin-left' ),
863 marginRightStyle = element.getStyle( 'margin-right' );
913 marginTopStyle = element.getStyle( 'margin-top' ),
914 marginBottomStyle = element.getStyle( 'margin-bottom' );
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js1 …ta("cke-realelement")&&!c.isReadOnly()){return c}}function b(c){var d=c.getStyle("float");if(d=="i…
H A Dplugin.js.unc116 var align = element.getStyle( 'float' );
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js6 a.getStyle("list-style-type")||g[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(…
8 …bel:b.type,id:"type",style:"width: 100%;",items:h,setup:function(a){a=a.getStyle("list-style-type"…
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js34 …roman"==b?d(a.toUpperCase()):"lower-alpha"==b||"upper-alpha"==b?c(a):1},getStyle:function(a){a=a.s…
39 d;c&&(c=c[c.length-1],d=a.parent.attributes["cke-list-style-type"]||this.numbering.getStyle(c),c=th…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …");k&&k.updateStyle("width",this.getValue())},setup:function(k){var l=k.getStyle("width");this.set…
H A Dtable.js.unc363 var val = selectedTable.getStyle( 'width' );
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1getStyle("width")||m.getAttribute("width"));if(n){return n[2]}}return{title:e.title,minWidth:CKEDI…
H A DtableCell.js.unc58 cell.getStyle( 'width' ) || cell.getAttribute( 'width' ) );
101 textAlignStyle = element.getStyle( 'text-align' );
/plugin/codemirror/dist/
H A Dscripts.min.js.map1getStyle","getEOL","parserConfig","dokuModes","patterns","exit","innerState","codeFilename","codeL…
/plugin/columns/
H A Dsyntax.php195 protected function getStyle($attribute, $attributeName, $styleName = '') { function in columns_renderer
266 $style = $this->getStyle($attribute, 'column-width', 'width');
267 $style .= $this->getStyle($attribute, 'vertical-align');
/plugin/combo/ComboStrap/
H A DBrandButton.php303 function getStyle(): string function in ComboStrap\\BrandButton
395 * The identifier of the {@link BrandButton::getStyle()} script
406 * @return string - the class identifier used in the {@link BrandButton::getStyle()} script
H A DBrandListTag.php99 $snippetManager->attachCssInternalStyleSheet($brandButton->getStyleScriptIdentifier(), $brandButton->getStyle());
H A DBrandTag.php86 $style = $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();
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php63 $style = $brand->getStyle();
H A DShareTag.php49 $style = $brandButton->getStyle();
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php140 public function getStyle(): string function in ComboStrap\\Xml\\XmlElement
389 $source = StyleAttribute::HtmlStyleValueToArray($this->getStyle());
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js96 break;}}},cssSelectbox:function(){with(firebug){d.css.open(el.button.css.selectbox.environment.getElement().selectedIndex);}},domTextbox:function(_event){with(firebug){if(_event.keyCode==13){d.dom.open(eval(el.button.dom.textbox.environment.getElement().value),el.left.dom.container);}}},inspector:function(){with(firebug){if(internal.popupWin){internal.popupWin.firebug.d.html.inspect(firebug.d.inspector.el);}else{firebug.d.html.inspect(firebug.d.inspector.el);}}},keyboard:function(_event){with(firebug){if(_event.keyCode==27&&d.inspector.enabled){d.inspector.toggle();}else if(_event.keyCode===123&&(_event.ctrlKey||_event.metaKey)){if(internal.isPopup){win.dock();}else{win.newWindow();}}else if((_event.keyCode===123&&(!_event.ctrlKey&&!_event.metaKey))||(_event.keyCode===76&&(_event.ctrlKey||_event.metaKey)&&_event.shiftKey)||(_event.keyCode===13&&_event.shiftKey)){if(internal.isPopup){win.dock();}else if(el.main.environment.getStyle("display")==='none'){win.show();}else{win.hide();}}}},mouse:function(_event){with(firebug){if(d.inspector.enabled){var target;var borderInspector=el.borderInspector.environment.getElement();var display=el.borderInspector.environment.getStyle("display");borderInspector.style.display="none";if(document.elementFromPoint){target=document.elementFromPoint(_event.clientX,_event.clientY);}else{if(lib.env.ie){target=_event.srcElement;}else{target=_event.explicitOriginalTarget||_event.target;}}
113 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) method in pi.util.Element
128 return this._parent_;},"addAfter":function(_element,_referenceElement){this.addBefore(_element.environment?_element.environment.getElement():_element,(_referenceElement.environment?_referenceElement.environment.getElement():_referenceElement).nextSibling);return this._parent_;},"addBefore":function(_element,_referenceElement){this._parent_.environment.getElement().insertBefore(_element.environment?_element.environment.getElement():_element,_referenceElement.environment?_referenceElement.environment.getElement():_referenceElement);return this._parent_;},"remove":function(_element){this._parent_.environment.getElement().removeChild(_element.environment?_element.environment.getElement():_element);}},"environment":{"_element":null,"setElement":function(_value){this._parent_.element=_value;this._parent_.element.lib=this._parent_;this._parent_.element.firebugElement=true;this._setElement(_value);},"getParent":function(){return this.getElement().parentNode;},"getPosition":function(){return pi.util.Element.getPosition(this.getElement());},"getSize":function(){return pi.util.Element.getSize(this.getElement());},"addStyle":function(_styleObject){pi.util.Element.addStyle(this.getElement(),_styleObject);return this._parent_;},"getStyle":function(_property){return pi.util.Element.getStyle(this.getElement(),_property);},"getName":function(){return this.getElement().nodeName;},"getType":function(){return this.getElement().nodeType;},"getValue":function(){return pi.util.Element.getValue(this.getElement());},"getView":function(_property){return pi.util.Element.getView(this.getElement(),_property);}},"event":{"addListener":function(_event,_fn,_useCapture){pi.util.AddEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);return this._parent_;},"removeListener":function(_event,_fn,_useCapture){pi.util.RemoveEvent(this._parent_.environment.getElement(),_event,_fn,_useCapture);return this._parent_;}}};pi.element=pi.element.build();pi.xhr=new pi.base;pi.xhr.init=function(_url){if(!window.XMLHttpRequest){var names=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.3.0","Msxml2.XMLHTTP","Microsoft.XMLHTTP"];for(var i=0;i<names.length;i++){try{this.environment.setApi(new ActiveXObject(names[i]));break;}catch(e){continue;}}} method in pi.element.body.environment
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 in pi.util.Element
2437 "getStyle":function(_property){ method in pi.element.body.environment
2438 return pi.util.Element.getStyle(this.getElement(),_property);

12345