My favorites | Sign in
Project Home Downloads Issues Source
Search
for
tinymce_2_2  
Updated Oct 1, 2010 by klemens.mantzos

Using TinyMCE

  1. Copy and Change tinymce_setup.js
  2. Copy tinymce_setup.js (in order to not break future updates) and adjust the setup/behaviour of TinyMCE according to your needs - see http://wiki.moxiecode.com/index.php/TinyMCE:Configuration
  3. Change the media-definition of your ModelAdmin
  4.     class Media:
            js = ['/media/admin/tinymce/jscripts/tiny_mce/tiny_mce.js', '/path/to/your/tinymce_setup.js',]
  5. Check the file tinymce_setup.js and change it (if you need to).

Powered by Google Project Hosting