Home
last modified time | relevance | path

Searched refs:FCKCodeFormatter (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcodeformatter.js24 var FCKCodeFormatter = new Object() ; class
26 FCKCodeFormatter.Init = function()
48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer )
50 return opener + '___FCKpd___' + FCKCodeFormatter.ProtectedData.AddItem( data ) + closer ;
53 FCKCodeFormatter.Format = function( html )
60 FCKCodeFormatter.ProtectedData = new Array() ;
62 var sFormatted = html.replace( this.Regex.ProtectedTags, FCKCodeFormatter._ProtectData ) ;
93 for ( var j = 0 ; j < FCKCodeFormatter.ProtectedData.length ; j++ )
96 …sFormatted = sFormatted.replace( oRegex, FCKCodeFormatter.ProtectedData[j].replace( /\$/g, '$$$$' …
H A Dfckxhtml.js80 sXHTML = FCKCodeFormatter.Format( sXHTML ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js45 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for…
47FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable
H A Dfckeditorcode_gecko.js44 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for…
46FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js55 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for…
57FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable
H A Dfckeditorcode_ie.js59 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for…
61FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable