Sidebar Network

django-tinymce TinyMCE widget for Django.

The Basics

A Django application that contains a widget to render a form field as a TinyMCE editor.

Features:

  • Use as a form widget or with a view.
  • Enhanced support for content languages.
  • Integration with the TinyMCE spellchecker.
  • Enables predefined link and image lists for dialogs.
Project Homehttp://code.google.com/p/django-tinymce
Grab the Repository – svn checkout http://django-tinymce.googlecode.com/svn/trunk/
 

Recent Commits

  • 60 was committed 1 month ago.
    Updated setup.py to include Django templates as package data.
  • 59 was committed 1 month ago.
    Updated installation docs: removed “copy tiny_mce_gzip.js file…” line as we don’t need it any more.
  • 58 was committed 1 month ago.
    Moved tiny_mce_gzip.js into a Django view, so that it can be loaded via an arbitrary URL. This also means one less installation step to get GZip working.
  • 57 was committed 1 month, 1 week ago.
    Small documentation fixes.
  • 54 was committed 1 month, 1 week ago.
    Small documentation fixes.
  • 50 was committed 1 month, 1 week ago.
    Moved documentation into the source tree.
  • 46 was committed 1 month, 2 weeks ago.
    Added assertion to make sure ‘id’ attribute is set in widget.
  • 42 was committed 1 month, 2 weeks ago.
    Added a Python implementation of TinyMCE compressor. To use, copy `tinymce/media/tiny_mce_gzip.js’ to the same directory as `tiny_mce.js’, edit appropriately, and set `TINYMCE_COMPRESSOR = True’ in your Django settings.
  • 39 was committed 2 months, 3 weeks ago.
    Added models.HTMLField model field that uses the TinyMCE widget when rendering form fields.
  • 35 was committed 3 months, 3 weeks ago.
    Added platforms to setup.py.