FCK editor Greek Character

Open The fckconfig.js

code:
FCKConfig.AutoDetectLanguage   = true ; 
FCKConfig.DefaultLanguage = ‘el’ ; 
FCKConfig.ContentLangDirection   = ‘ltr’ ; 
FCKConfig.EnableXHTML = true ; 
FCKConfig.EnableSourceXHTML   = true ; 
FCKConfig.ProcessHTMLEntities   = true ; 
FCKConfig.IncludeLatinEntities   = true ; 
FCKConfig.IncludeGreekEntities   = false ; 
FCKConfig.FillEmptyBlocks   = true ; 
FCKConfig.FormatSource = true ; 
FCKConfig.FormatOutput = true ; 
FCKConfig.FormatIndentator = ‘    ‘ ;


code:
FCKConfig.FullPage = false ;

Leave a comment