Searched refs:RemoveAttribute (Results 1 – 7 of 7) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckstyle.js | 225 FCKDomTools.RemoveAttribute( pathElement, att ) ; 373 FCKDomTools.RemoveAttribute( currentNode, att ) ; 543 FCKDomTools.RemoveAttribute( innerElement, att ) ; 591 FCKDomTools.RemoveAttribute( element, 'style' ) ; 622 FCKDomTools.RemoveAttribute( element, attName ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckjustifycommands.js | 125 FCKDomTools.RemoveAttribute( block, 'class' ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 469 RemoveAttribute : function( element, attributeName ) method in FCKDomTools
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 38 …RemoveAttribute:function(A,B){if (FCKBrowserInfo.IsIE&&B.toLowerCase()=='class') B='className';ret… method in FCKDomTools 62 …RemoveAttribute(O,Q);}}}};this._RemoveOverrides(O,F[P]);if (this.GetType()==1) this._RemoveNoAttri… 90 ….length>0) G+=' ';F.className=G+D;}else if (G.length==0) FCKDomTools.RemoveAttribute(F,'class');}e…
|
H A D | fckeditorcode_ie.js | 40 …RemoveAttribute:function(A,B){if (FCKBrowserInfo.IsIE&&B.toLowerCase()=='class') B='className';ret… method in FCKDomTools 66 …RemoveAttribute(O,Q);}}}};this._RemoveOverrides(O,F[P]);if (this.GetType()==1) this._RemoveNoAttri… 94 ….length>0) G+=' ';F.className=G+D;}else if (G.length==0) FCKDomTools.RemoveAttribute(F,'class');}e…
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 36 …) return true;}else if (B[i].specified) return true;};return false;},RemoveAttribute:function(A,B)… method in FCKDomTools 52 …RemoveAttribute(N,P);}}}};this._RemoveOverrides(N,E[O]);this._RemoveNoAttribElement(N);}}else if (… 80 ….length>0) G+=' ';F.className=G+D;}else if (G.length==0) FCKDomTools.RemoveAttribute(F,'class');}e…
|
H A D | fckeditorcode_gecko.js | 35 …) return true;}else if (B[i].specified) return true;};return false;},RemoveAttribute:function(A,B)… method in FCKDomTools 51 …RemoveAttribute(N,P);}}}};this._RemoveOverrides(N,E[O]);this._RemoveNoAttribElement(N);}}else if (… 79 ….length>0) G+=' ';F.className=G+D;}else if (G.length==0) FCKDomTools.RemoveAttribute(F,'class');}e…
|