src/cm/media/js/ckeditor/config.js
author Production Moz <dev@sopinspace.com>
Fri, 18 May 2012 00:07:32 +0200
changeset 437 dec07877fd39
parent 256 adccf7c023ef
permissions -rw-r--r--
Avoids HTTP 403 on login and reset/change password, seehttps://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
256
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     1
/*
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     2
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     3
For licensing, see LICENSE.html or http://ckeditor.com/license
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     4
*/
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     5
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     6
CKEDITOR.editorConfig = function( config )
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     7
{
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     8
	// Define changes to default configuration here. For example:
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     9
	// config.language = 'fr';
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    10
	// config.uiColor = '#AADC6E';
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    11
};