Searched refs:_RemoveAttribute (Results 1 – 3 of 3) sorted by relevance
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 314 FCKXHtml._RemoveAttribute = function( xmlNode, regX, sAttribute ) function 359 FCKXHtml._RemoveAttribute( node, FCKRegexLib.FCK_Class, 'class' ) ; 406 FCKXHtml._RemoveAttribute( node, FCKRegexLib.FCK_Class, 'class' ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 43 …_RemoveAttribute=function(A,B,C){var D=A.attributes.getNamedItem(C);if (D&&B.test(D.nodeValue)){va… function
|
| D | fckeditorcode_ie.js | 44 …_RemoveAttribute=function(A,B,C){var D=A.attributes.getNamedItem(C);if (D&&B.test(D.nodeValue)){va… function
|