Home
last modified time | relevance | path

Searched refs:RemoveAttribute (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js225 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 Dfckjustifycommands.js125 FCKDomTools.RemoveAttribute( block, 'class' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js469 RemoveAttribute : function( element, attributeName ) method in FCKDomTools
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38RemoveAttribute:function(A,B){if (FCKBrowserInfo.IsIE&&B.toLowerCase()=='class') B='className';ret… method in FCKDomTools
62RemoveAttribute(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 Dfckeditorcode_ie.js40RemoveAttribute:function(A,B){if (FCKBrowserInfo.IsIE&&B.toLowerCase()=='class') B='className';ret… method in FCKDomTools
66RemoveAttribute(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 Dfckeditorcode_ie.js36 …) return true;}else if (B[i].specified) return true;};return false;},RemoveAttribute:function(A,B)… method in FCKDomTools
52RemoveAttribute(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 Dfckeditorcode_gecko.js35 …) return true;}else if (B[i].specified) return true;};return false;},RemoveAttribute:function(A,B)… method in FCKDomTools
51RemoveAttribute(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…