On Jun 25, 7:08 pm, Dhruv Adhia <druf...@gmail.com> wrote: > I was just googling and came across all those old hacky ways to integrate > tinymce which I finally did yesterday. Its working. But yes if its something > builtin now I should go for that. However I dont know If I can easily change > the properties that way for the editor. Right now in the Hacky way I change > plugins,themes,skins stuff and it shows up the changes. Can we do this with > widgets?
Yes, you can. Just slow down a little ;-) and read the django-tinymce documentation. You may also want to look at the Django forms documentation if you're new to Django. It is possible to set project- wide TinyMCE configuration options in settings.py and override them in the widget initializer. Regards, Joost --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---