Home
last modified time | relevance | path

Searched refs:_RemoveAttribute (Results 1 – 3 of 3) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js314 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/
Dfckeditorcode_gecko.js43_RemoveAttribute=function(A,B,C){var D=A.attributes.getNamedItem(C);if (D&&B.test(D.nodeValue)){va… function
Dfckeditorcode_ie.js44_RemoveAttribute=function(A,B,C){var D=A.attributes.getNamedItem(C);if (D&&B.test(D.nodeValue)){va… function