Changes between Version 29 and Version 30 of AddWYSIWYGEditor
- Timestamp:
- Nov 23, 2008, 6:32:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddWYSIWYGEditor
v29 v30 3 3 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]. 4 4 5 '''Note:''' Instead of following the direction below you can also use the [http://code.google.com/p/django-tinymce/ django-tinymce] application. 6 5 7 ''__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.'' 6 8 7 9 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]. 8 9 10 10 11 In order to use TinyMCE with Django you have to do three things: