| Line 1... |
Line 1... |
| 1 |
/*
|
1 |
/*
|
| 2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
| 3 |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
3 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
|
| 4 |
*
|
4 |
*
|
| 5 |
* == BEGIN LICENSE ==
|
5 |
* == BEGIN LICENSE ==
|
| 6 |
*
|
6 |
*
|
| 7 |
* Licensed under the terms of any of the following licenses at your
|
7 |
* Licensed under the terms of any of the following licenses at your
|
| 8 |
* choice:
|
8 |
* choice:
|
| Line 74... |
Line 74... |
| 74 |
|
74 |
|
| 75 |
FCKConfig.FormatSource = true ;
|
75 |
FCKConfig.FormatSource = true ;
|
| 76 |
FCKConfig.FormatOutput = true ;
|
76 |
FCKConfig.FormatOutput = true ;
|
| Line 77... |
Line 77... |
| 77 |
FCKConfig.FormatIndentator = ' ' ;
|
77 |
FCKConfig.FormatIndentator = ' ' ;
|
| 78 |
|
78 |
|
| Line 79... |
Line 79... |
| 79 |
FCKConfig.EMailProtection = 'encode' ; // none | encode | function
|
79 |
FCKConfig.EMailProtection = 'none' ; // none | encode | function
|
| 80 |
FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;
|
80 |
FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;
|
| 81 |
|
81 |
|
| Line 158... |
Line 158... |
| 158 |
FCKConfig.FontSizes = 'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ;
|
158 |
FCKConfig.FontSizes = 'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ;
|
| Line 159... |
Line 159... |
| 159 |
|
159 |
|
| 160 |
FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;
|
160 |
FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;
|
| Line 161... |
Line 161... |
| 161 |
FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ;
|
161 |
FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ;
|
| 162 |
|
162 |
|
| 163 |
FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages'
|
163 |
FCKConfig.SpellChecker = 'WSC' ; // 'WSC' | 'SpellerPages' | 'ieSpell'
|
| 164 |
FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ;
|
164 |
FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ;
|
| Line 165... |
Line 165... |
| 165 |
FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl
|
165 |
FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl
|