JBoss.orgCommunity Documentation

Inside CKEditor

There are the following folders:

Folders Description
samples Contain CKEditor samples.
sourceContain CKEditor source code.
adaptersContain CKEditor adapters. It may be removed if you do not use any adapters, like the jQuery one.
imagesContain CKEditor graphics files.
langContain CKEditor language files.
pluginsContain plugin files and is necessary for CKEditor to work.
skinsContain CKEditor skin files along with toolbar buttons and stylesheet definitions.
themesContains CKEditor theme.
FilesDescription
ckeditor.js The heart of CKEditor application. It is the unique compressed file which contains all of codes to run CKEditor.
ckeditorbasic.js The compressed file like ckeditor.js, but it is only a bootstrap which contains the core functionality only, so the rest of the code can be loaded at later time, avoiding delaying the initial load of the page.
ckeditorsource.js An uncompressed version of ckeditor.js.
ckeditorbasicsource.js An uncompressed version of ckeditorbasic.js.
config.jsAllow users to customize some configurations.
contents.css Define the stylesheets of the CKEditor application.
ckeditor.aspUsed for ASP integration.
ckeditor.phpUsed for PHP integration.
ckeditorphp4.php Used for PHP4 integration.
ckeditorphp5.php Used for PHP5 integration.
ckeditor.pack Re-build the compression version of 2 files: ckeditor.js, and ckeditorbasic.js.