Project

General

Profile

« Previous | Next » 

Revision 1359

Added by Dietmar over 13 years ago

upgrade FCKeditor to Version 2.6.6

View differences:

fckconfig.js
1 1
/*
2 2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2010 Frederico Caldeira Knabben
4 4
 *
5 5
 * == BEGIN LICENSE ==
6 6
 *
......
55 55
FCKConfig.AutoGrowMax = 400 ;
56 56

  
57 57
// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ;	// ASP style server side code <%...%>
58
// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
58 59
// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ;	// ASP.Net style tags <asp:control>
59
// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ;	// PHP style server side code
60
// FCKConfig.ProtectedSource.Add( /<object[\s|\S]+?<\/object>/gi ) ;
61 60

  
62 61
FCKConfig.AutoDetectLanguage	= true ;
63 62
FCKConfig.DefaultLanguage		= 'en' ;
......
201 200
// Attributes that will be removed
202 201
FCKConfig.RemoveAttributes = 'class,style,lang,width,height,align,hspace,valign' ;
203 202

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

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

Also available in: Unified diff