hi all - I'm having a weird problem. I've had TinyMCE working with a
NewStory model in admin. I just added a new field, a Slugfield, and
now the TinyMCE is completely different, and doesn't accept my
input?!?

Normally, the TinyMCE controls were at the bottom of the textarea, and
now they're at the top, with different options (MS Word import, Insert
Media, etc)  - this doesn't bother me particularly, but it's really
bothersome that my input is not accepted - it's just erased and I get
the this field in required error?!?

To add to the oddness of my problem, in my flatpages admin page, it's
the same old TinyMCE that I was used to seeing?!? and it accepts my
input

In the admin.py file, both classes are configured virtually the same,
including the Media class like this:

class Media:
                js = ['/static/js/tiny_mce/tiny_mce.js', '/static/js/tiny_mce/
TinyMCEAdmin.js',]

However, in the flatpages admin source, there is no include for
TinyMCEAdmin.js, whereas it is in the NewStory admin page source....

Anyone seen this before or have any ideas?

Thanks,

Sam


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to