Searched refs:FCKCodeFormatter (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckcodeformatter.js | 24 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 D | fckxhtml.js | 80 sXHTML = FCKCodeFormatter.Format( sXHTML ) ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 45 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for… 47 …FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable
|
H A D | fckeditorcode_gecko.js | 44 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for… 46 …FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 55 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for… 57 …FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable
|
H A D | fckeditorcode_ie.js | 59 …persand) E=E.replace(FCKRegexLib.ForceSimpleAmpersand,'&');if (C) E=FCKCodeFormatter.Format(E);for… 61 …FCKCodeFormatter={};FCKCodeFormatter.Init=function(){var A=this.Regex={};A.BlocksOpener=/\<(P|DIV|… variable
|