Home
last modified time | relevance | path

Searched refs:eventMatch (Results 1 – 2 of 2) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck.js635 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument
637 …return ' ' + attName + '_fckprotectedatt="' + eventMatch.ReplaceAll( [/&/g,/'/g,/"/g,/=/g,/</g,/>/…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck.js756 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument
758 return ' ' + attName + '_fckprotectedatt="' + encodeURIComponent( eventMatch ) + '"' ;