Home
last modified time | relevance | path

Searched refs:ReplaceNewLineChars (Results 1 – 10 of 10) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/
Dfckjscoreextensions.js149 String.prototype.ReplaceNewLineChars = function( replacement ) method in String
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckjscoreextensions.js132 String.prototype.ReplaceNewLineChars = function( replacement ) method in String
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js244 return this._AppendTextNode( xmlNode, htmlNode.nodeValue.ReplaceNewLineChars(' ') ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml.js262 return this._AppendTextNode( xmlNode, htmlNode.nodeValue.ReplaceNewLineChars(' ') ) ;
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js26 …nction(){return this.replace(/[ \t\n\r]*$/g,'');};String.prototype.ReplaceNewLineChars=function(A)… method in String
43 …endChild(D);break;case 3:return this._AppendTextNode(A,B.nodeValue.ReplaceNewLineChars(' '));case …
Dfckeditorcode_ie.js26 …nction(){return this.replace(/[ \t\n\r]*$/g,'');};String.prototype.ReplaceNewLineChars=function(A)… method in String
44 …endChild(D);break;case 3:return this._AppendTextNode(A,B.nodeValue.ReplaceNewLineChars(' '));case …
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js26 …nction(){return this.replace(/[ \t\n\r]*$/g,'');};String.prototype.ReplaceNewLineChars=function(A)… method in String
44 …dTextNode(A,B.nodeValue);return this._AppendTextNode(A,B.nodeValue.ReplaceNewLineChars(' '));case …
Dfckeditorcode_ie.js26 …nction(){return this.replace(/[ \t\n\r]*$/g,'');};String.prototype.ReplaceNewLineChars=function(A)… method in String
45 …dTextNode(A,B.nodeValue);return this._AppendTextNode(A,B.nodeValue.ReplaceNewLineChars(' '));case …
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js26 …nction(){return this.replace(/[ \t\n\r]*$/g,'');};String.prototype.ReplaceNewLineChars=function(A)… method in String
59 …dTextNode(A,B.nodeValue);return this._AppendTextNode(A,B.nodeValue.ReplaceNewLineChars(' '));case …
Dfckeditorcode_gecko.js26 …nction(){return this.replace(/[ \t\n\r]*$/g,'');};String.prototype.ReplaceNewLineChars=function(A)… method in String
55 …dTextNode(A,B.nodeValue);return this._AppendTextNode(A,B.nodeValue.ReplaceNewLineChars(' '));case …