Re: TinyMCE django admin

2009-06-25 Thread Dhruv Adhia
Yep you got me :) I am quite familier with django now, but haven't tried forms till now!! Thanks! On Thu, Jun 25, 2009 at 4:59 PM, Joost Cassee wrote: > > On Jun 25, 7:08 pm, Dhruv Adhia wrote: > > > I was just googling and came across all those old hacky ways to integrate > > tinymce which I

Re: TinyMCE django admin

2009-06-25 Thread Joost Cassee
On Jun 25, 7:08 pm, Dhruv Adhia 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 w

Re: TinyMCE django admin

2009-06-25 Thread Dhruv Adhia
Hey Joost, 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 Ha

Re: TinyMCE django admin

2009-06-25 Thread Joost Cassee
On Jun 24, 6:51 pm, Dhruv Adhia wrote: > Second part is working. Great! > I am new to those firebug stuff. Can you guide me to docs? Firebug can be found at [1]. The docs are there as well. Basically you enable Javascript debugging for your site and watch for errors in the Firebug console. [

Re: TinyMCE django admin

2009-06-24 Thread Dhruv Adhia
Allright Joost, Second part is working. I am new to those firebug stuff. Can you guide me to docs? Thanks, On Wed, Jun 24, 2009 at 6:34 AM, Joost Cassee wrote: > > On Jun 24, 6:10 am, Dhruv Adhia wrote: > > Hello All, > > > > I have following under models.py > > > > from django.db import mode

Re: TinyMCE django admin

2009-06-24 Thread Joost Cassee
On Jun 24, 6:10 am, Dhruv Adhia wrote: > Hello All, > > I have following under models.py > > from django.db import models > from django.contrib import admin > from tinymce import models as tinymce_models > > class BlogPost(models.Model): > >     title = models.CharField(max_length=150) >     body