Technical information on this site may be out of date : no updates since 2015

Drupal and TinyMCE

July 7, 2009 , posted under drupal javascript tinymce jquery

I’ve been working on a Drupal project to build a CMS for the production and management of very specific content.

The emphasis is all on the backend system, with tight field size limits (character count including markup) and restricted input (specified tags only).

Because of this I needed to use TinyMCE fully - restricting the valid_elements set, and adding event handlers for paste, and keyup.

Read More…