My favorites | Sign in
Project Home Downloads Issues Source
Search
for
tinymce  
Updated Nov 27, 2010 by sehmaschine

Using TinyMCE

  1. Copy and Change tinymce_setup.js
  2. Copy tinymce_setup.js (/media/tinymce_setup/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. Please note that tinymce_setup.js is just an example. You probably need to change the setup-file.
  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',]

Powered by Google Project Hosting