src/cm/media/js/ckeditor/config.js
author raph
Tue, 20 Apr 2010 10:34:56 +0200
changeset 256 adccf7c023ef
permissions -rw-r--r--
add fck editor for html texts
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
};