Searched refs:eventMatch (Results 1 – 2 of 2) sorted by relevance
635 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument637 …return ' ' + attName + '_fckprotectedatt="' + eventMatch.ReplaceAll( [/&/g,/'/g,/"/g,/=/g,/</g,/>/…
756 function _FCK_ProtectEvents_ReplaceEvents( eventMatch, attName ) argument758 return ' ' + attName + '_fckprotectedatt="' + encodeURIComponent( eventMatch ) + '"' ;