Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module is an extension to the wysiwyg module when ckeditor is used as editor.

As of now it only supports CKEditor installed through the Wysiwyg module.

This module currently allows to easily change the case of letters to lower or upper case it also provides smallcaps functionality.

Requirements and Compatibility

Currently, CKEditor casechange needs the following to run:

Wysiwyg module, version 6.x-2.1 or above
the CKEditor editor, version 3.5.3 or above.

Installation

Copy the ckeditor_casechange folder to your sites/all/modules directory.
Navigate to admin/build/modules and enable the module.

Navigate to admin/settings/wysiwyg and edit CKEditor profile (click on the Edit button next to the input format CKEditor is assigned to).

Under Buttons and plugins, check lowercase and uppercase boxes.

Save changes.

Project information