Home
last modified time | relevance | path

Searched refs:GetAttributeValue (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js221 … if ( FCKDomTools.GetAttributeValue( pathElement, att ) != this.GetFinalAttributeValue( att ) )
369 … if ( FCKDomTools.GetAttributeValue( currentNode, att ) != this.GetFinalAttributeValue( att ) )
431 …if ( this._CompareAttributeValues( att, FCKDomTools.GetAttributeValue( element, att ), ( this.GetF…
470 …( typeof attValue == 'string' && FCKDomTools.GetAttributeValue( element, attName ) == attValue ) ||
471 attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) )
539 … if ( FCKDomTools.GetAttributeValue( innerElement, att ) != this.GetFinalAttributeValue( att ) )
620 ( attValue.test && attValue.test( FCKDomTools.GetAttributeValue( element, attName ) ) ) ||
621 … ( typeof attValue == 'string' && FCKDomTools.GetAttributeValue( element, attName ) == attValue ) )
1235 …attribs[ att.nodeName.toLowerCase() ] = FCKDomTools.GetAttributeValue( element, att ).toLowerCase(…
1271 if ( styleAtt != FCKDomTools.GetAttributeValue( element, att ).toLowerCase() )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js477 GetAttributeValue : function( element, att ) method in FCKDomTools
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36 …LowerCase()=='class') B='className';return A.removeAttribute(B,0);},GetAttributeValue:function(A,B… method in FCKDomTools
52GetAttributeValue(N,P)!=this.GetFinalAttributeValue(P)) continue;default:FCKDomTools.RemoveAttribu…
H A Dfckeditorcode_gecko.js35 …LowerCase()=='class') B='className';return A.removeAttribute(B,0);},GetAttributeValue:function(A,B… method in FCKDomTools
51GetAttributeValue(N,P)!=this.GetFinalAttributeValue(P)) continue;default:FCKDomTools.RemoveAttribu…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38 …n (A,B){for (var i=0;i<B.length;i++) this.RemoveAttribute(A,B[i]);},GetAttributeValue:function(A,B… method in FCKDomTools
62GetAttributeValue(O,Q)!=this.GetFinalAttributeValue(Q)) continue;default:FCKDomTools.RemoveAttribu…
H A Dfckeditorcode_ie.js40 …n (A,B){for (var i=0;i<B.length;i++) this.RemoveAttribute(A,B[i]);},GetAttributeValue:function(A,B… method in FCKDomTools
66GetAttributeValue(O,Q)!=this.GetFinalAttributeValue(Q)) continue;default:FCKDomTools.RemoveAttribu…