Changes between Version 4 and Version 5 of CustomWidgetsTinyMCE


Ignore:
Timestamp:
Dec 8, 2006, 10:39:29 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CustomWidgetsTinyMCE

    v4 v5  
    11= Custom Widgets - TinyMCE =
    22
    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.
     3With 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.
    44
    55To start the custom widget, create a custom_widgets.py file in your project folder
Back to Top