Home
last modified time | relevance | path

Searched defs:RTrim (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js126 String.prototype.RTrim = function() method in String
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js26 …Trim=function(){return this.replace(/^[ \t\n\r]*/g,'');};String.prototype.RTrim=function(){return … method in String
H A Dfckeditorcode_gecko.js26 …Trim=function(){return this.replace(/^[ \t\n\r]*/g,'');};String.prototype.RTrim=function(){return … method in String
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js26 …Trim=function(){return this.replace(/^[ \t\n\r]*/g,'');};String.prototype.RTrim=function(){return … method in String
H A Dfckeditorcode_ie.js26 …Trim=function(){return this.replace(/^[ \t\n\r]*/g,'');};String.prototype.RTrim=function(){return … method in String