You are here: Browse Railsplugins Tiny Mce
This plugin provides for the installation and utilization of TinyMCE in Ruby on Rails applications. TinyMCE is a WYSIWYG HTML editing component released under the GNU Public License (GPL) by Moxiecode Systems (http://tinymce.moxiecode.com/).
Install the plugin by running
script/plugin install git://github.com/kete/tiny_mce.git
Then install the necessary files into your public directory by running
rake tiny_mce:scripts:install
Add something like the following to the controller of the view you want to add TinyMCE to.
Then append the following to the text area you want to transform into a TinyMCE editor. You can change the name by editing the ‘editor_selector’ param in the controller code.
:class => "mceEditor"
And you’re all set!
You can change the options or add new ones based on what available in tiny_mce_options.yml
This plugin is maintained by Blake Watters <blake> Updated by Kieran Pilkington <kieran>
Bundled TinyMCE version: 3.1.0.1 Documentation from the TinyMCE distribution is available online at http://tinymce.moxiecode.com/documentation.php
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly