Changes between Version 4 and Version 5 of CustomWidgetsTinyMCE
- Timestamp:
- Dec 8, 2006, 10:39:29 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CustomWidgetsTinyMCE
v4 v5 1 1 = Custom Widgets - TinyMCE = 2 2 3 With the introduction of the newforms module in revision 3944came 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.3 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. 4 4 5 5 To start the custom widget, create a custom_widgets.py file in your project folder