src/cm/media/js/ckeditor/config.js
author gibus
Sat, 10 Sep 2011 15:19:29 +0200
changeset 386 555135ac8900
parent 256 adccf7c023ef
permissions -rw-r--r--
add throbber to wait until text is loaded
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
};