Changes between Version 9 and Version 10 of CustomWidgetsTinyMCE
- Timestamp:
- Sep 19, 2020, 11:53:26 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomWidgetsTinyMCE
v9 v10 1 1 = Custom Widgets - TinyMCE = 2 2 3 ''An updated version of this widget can be found at http ://code.google.com/p/django-tinymce.''3 ''An updated version of this widget can be found at https://github.com/jazzband/django-tinymce.'' 4 4 5 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.