JBoss.orgCommunity Documentation
There is a .war package named eXoStaticResources which integrates the CKEditor application into eXo Platform. The source code is placed inside the apps/resources-static/src/main/webapp folder.

Its structure consists of the folders and files below:
| Folders & Files | Description |
|---|---|
| ckeditor | Contain all source codes of CKEditor v3.3.2. |
| eXoPlugins | Contain the source code of 3 external plugins: {}Insert Content Link{}, {}Insert Portal Link{}, {}WCM Insert Gadget{}. |
| eXoConfig.js | Register 3 external plugins, and define some types of the toolbar. |
| eXoPlugins.js | Define some utility functions which can be used by 3 external plugins. |