
CKEditor DeepaMehta Customization
=================================


DM 4.8
------

This is a custom build of CKEditor 4.5.8 as configured via http://ckeditor.com/builder

    - Preset: Basic
    - Remove plugins:
        - About CKEditor (about)
    - Add plugins:
        - AutoGrow                  *) Useful with framed editing
        - Enhanced Image
        - File Browser              *) addded in DM 4.8.1
        - Media (oEmbed) Plugin     *) Author: ingo, http://ckeditor.com/addon/oembed
        - Styles Combo
        - Table
        - Table Tools               *) required to e.g. add a row to existing table
    - Skin: "Flat"
    - Languages: English
    - Source: optimized

config.js:
    - Remove toolbar group 'indent' from toolbar 'paragraph'.
      This removes the indent and outdent buttons. Indentation still works through tab and shift-tab keys.

/web/css/ckeditor-overrides.css:
    - Apply a drop shadow to the content area to make it look like an input field.


DM 4.2
------

This is a custom build of CKEditor 4.3.2 as configured via http://ckeditor.com/builder

    - Preset: Standard
    - Remove plugins:
        - About CKEditor (about)
        - Accessibility Help (a11yhelp)
        - Editor Resize
        - Elements Path
        - Floating Space      *) Needed for inline editing
        - IFrame Editing Area *) Needed for framed editing
        - Maximize
        - Source Editing Area
        - Special Characters (specialchar)
        - SpellCheckAsYouType (scayt)
        - Styles Combo
        - WebSpellChecker (wsc)
    - Add plugins:
        - AutoGrow            *) Useful with framed editing
    - Skin: "Moono"
    - Languages: English
    - Source: optimized

config.js:
    - No DeepaMehta specific configurations so far.
