You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kreativmonkey cc6a51356f Init Files 7 years ago
..
plugins Init Files 7 years ago
README.txt Init Files 7 years ago
config-body.js Init Files 7 years ago
config.js Init Files 7 years ago
contents-inline.css Init Files 7 years ago
contents.css Init Files 7 years ago
mystyles.js Init Files 7 years ago

README.txt

This InputfieldCKEditor directory is here to provide optional extra configuration options
and plugins to the CKEditor Inputfield module. 


plugins/ 
========
Directory to place additional CKEditor plugins in. You can then activate them
from your CKEditor field settings. 


contents.css
============
Example CSS file for the admin editor. To make CKEditor use this file, go to your CKEditor
field settings and specify /site/modules/InputfieldCKEditor/contents.css as the regular
mode Contents CSS file. 


contents-inline.css
===================
Same as contents.css but for the inline mode editor. 


mystyles.js
===========
Optional configuration for the CKEditor Styles option. To use this file, go to your 
CKEditor field settings and set the Custom Styles Set to be this file. 


config.js
=========
Custom config file used by all CKEditor instances (except instances configured by their
own custom config file, see below...)


config-body.js
==============
Example of field-specific custom config file. This one applies to a field named "body". 
Note that these config settings can also be specified directly in your CKEditor field
settings in the admin, which many may prefer.