Changes between Version 1 and Version 2 of AddWYSIWYGEditor
- Timestamp:
- Apr 21, 2006, 6:50:22 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddWYSIWYGEditor
v1 v2 1 2 === TinyMCE === 3 4 Why TinyMCE? Some reasons are given in [http://www.socialistsoftware.com/post/django-and-tinymce/ Django and TinyMCE] and [http://lazutkin.com/blog/2005/aug/26/using_tinymce_djangos_admin/ Using TinyMCE with Django's Admin]. Try [http://tinymce.moxiecode.com/example_full.php?example=true examples]. 1 5 2 6 ''__Warning:__ at present moment (11/26/2005) the Admin (formerly "The new admin") prefixes all js paths with {{{/media/}}} - don't forget to take it into account when you decide where to put (or link) your !JavaScript files. Ticket #914 is filed to resolve the issue.'' … … 4 8 There are several free WYSIWYG editors, which can be used with Django's admin pages. Some overview and first hand experience can be found [http://lazutkin.com/blog/2005/aug/26/using_tinymce_djangos_admin/ here]. 5 9 6 === TinyMCE ===7 8 Why TinyMCE? Some reasons are given in [http://www.socialistsoftware.com/post/django-and-tinymce/ Django and TinyMCE] and [http://lazutkin.com/blog/2005/aug/26/using_tinymce_djangos_admin/ Using TinyMCE with Django's Admin]. Try [http://tinymce.moxiecode.com/example_full.php?example=true examples].9 10 10 11 In order to use TinyMCE with Django you have to do three things: