src/cm/media/js/ckeditor/config.js
author Production Moz <dev@sopinspace.com>
Wed, 09 May 2012 09:36:49 +0200
changeset 416 5573b959131d
parent 256 adccf7c023ef
permissions -rw-r--r--
Adds rtfas input formats when converting with abiword.
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
};