Monday, January 3, 2011

Multi widget?

Hi,
what I want to do, is to add 2 widgets to 1 field. So far I have:
content = forms.CharField(widget=forms.Textarea(attrs={'class':'add_editor'}),)
But I also want to add some medi to it (tinymce .js files). How can I do that?

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment