Project

General

Profile

« Previous | Next » 

Revision 1161

Added by Dietmar over 14 years ago

new update FCKeditor to Version 2.6.5 Modulversion 2.9.1

View differences:

fckconfig.js
160 160
FCKConfig.StylesXmlPath		= FCKConfig.EditorPath + 'fckstyles.xml' ;
161 161
FCKConfig.TemplatesXmlPath	= FCKConfig.EditorPath + 'fcktemplates.xml' ;
162 162

  
163
FCKConfig.SpellChecker			= 'WSC' ;	// 'WSC' | 'SpellerPages' | 'ieSpell'
163
FCKConfig.SpellChecker			= 'WSC' ;	// 'WSC' | 'SCAYT' | 'SpellerPages' | 'ieSpell'
164 164
FCKConfig.IeSpellDownloadUrl	= 'http://www.iespell.com/download.php' ;
165 165
FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ;	// Available extension: .php .cfm .pl
166 166
FCKConfig.FirefoxSpellChecker	= false ;
......
200 200
// Attributes that will be removed
201 201
FCKConfig.RemoveAttributes = 'class,style,lang,width,height,align,hspace,valign' ;
202 202

  
203
FCKConfig.CustomStyles =
204
{
205
	'Red Title'	: { Element : 'h3', Styles : { 'color' : 'Red' } }
206
};
207

  
203 208
// Do not add, rename or remove styles here. Only apply definition changes.
204 209
FCKConfig.CoreStyles =
205 210
{

Also available in: Unified diff