Downloads
Release notes
Fix for bug in PHP mode.
If upgrading, it will be necessary to reset the init parameters:
- go to admin/settings/tinytinymce
- click Reset to defaults
2 new features have been added (this was necessary because the fix changes the way textareas are initialised:
- specify textareas for which TinyMCE is allowed but are not initially switched on
- display textarea IDs - as an aid to identification during setup
The new behaviour for this module is:
- by default all textareas are enabled for TinyMCE (with a toggle to turn them off)
- you can list textareas to exclude (TinyMCE not enabled and no way of turning it on)
- you can list textareas to be turned off (with a toggle to turn it on)
To enter PHP code into your textarea:
- turn off the rich text editor using the toggle
- the php declaration (<?php) must be the very first thing in the textarea
- save your node
- the next time you edit, TinyMCE will be turned off
- to re-enable rich text editing, remove the php declaration and save your node