Changes between Version 29 and Version 30 of AddWYSIWYGEditor


Ignore:
Timestamp:
Nov 23, 2008, 6:32:51 PM (16 years ago)
Author:
Joost Cassee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddWYSIWYGEditor

    v29 v30  
    33Why 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].
    44
     5'''Note:''' Instead of following the direction below you can also use the [http://code.google.com/p/django-tinymce/ django-tinymce] application.
     6
    57''__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.''
    68
    79There 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 
    910
    1011In order to use TinyMCE with Django you have to do three things:
Back to Top