Changes between Version 13 and Version 14 of AddWYSIWYGEditor


Ignore:
Timestamp:
Oct 30, 2007, 2:17:09 PM (17 years ago)
Author:
Ludvig Ericson <ludvig.ericson@…>
Comment:

I see there's a preview button. Hm.

Legend:

Unmodified
Added
Removed
Modified
  • AddWYSIWYGEditor

    v13 v14  
    7575'''With [wiki:NewformsAdminBranch newforms-admin]''', you have to use black magic, at the time of writing.
    7676
    77 If you look at [source:django/branches/newforms-admin/django/contrib/admin/options.py the AdminOptions class], you'll note that there's a {{media}} property, which generates a
    78 new {{Media}} object each time you access the attribute. To get by that, we need to remake this property and "inject" our own JavaScripts.
     77If you look at [source:django/branches/newforms-admin/django/contrib/admin/options.py the AdminOptions class], you'll note that there's a {{{media}}} property, which generates a
     78new {{{Media}}} object each time you access the attribute. To get by that, we need to remake this property and "inject" our own JavaScripts.
    7979
    8080{{{
Back to Top