Changes between Version 7 and Version 8 of CustomWidgetsTinyMCE
- Timestamp:
- Aug 23, 2008, 4:52:41 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomWidgetsTinyMCE
v7 v8 1 1 = Custom Widgets - TinyMCE = 2 3 ''An updated version of this widget can be found at http://code.google.com/p/django-tinymce.'' 2 4 3 5 With the introduction of the newforms module in revision [3944] came the functionality to create custom widgets for forms. Outlined below is the process of creating a custom reusable TinyMCE widget. '''Please Note''' - django.newforms is a work in progress.