django-wysiwyg

Easily converting HTML < textarea >s into rich HTML editors
Download

django-wysiwyg Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Daniel Greenfeld and Chris Adams
  • Publisher web site:
  • https://github.com/pydanny/

django-wysiwyg Tags


django-wysiwyg Description

Easily converting HTML < textarea >s into rich HTML editors django-wysiwyg is a Django app for easily converting HTML < textarea >s into rich HTML editors that meet US Government 508/WAC standards. This application has been demonstrated to work just fine with django-uni-form (http://github.com/pydanny/django-uni-form).Currently this works as a template tag. We did it this way because control of how editing works is arguably a template issue (i.e. presentation) and not a forms/model issue (i.e. control).YUI is the default editor due to familiarity, accessiblity and the fact that it's possible to run with entirely off of Yahoo's CDN, avoiding the need to maintain any local resources. CKEditor can be used but will require you to install the CKEditor files in MEDIA_URL/ckeditor (see below).If you want to contribute to django-wysiwyg, please do so from the repository at http://github.com/pydanny/django-wysiwyg.Note: This may be obvious, but this only works on Textareasa (models.TextField) and not simple character fields. Requirements: · Python · Django


django-wysiwyg Related Software