Re: Change admin widget

2007-05-24 Thread Grupo Django
I used to use tinymce too, but it doesn't generate well formed xhtml, and I found http://www.wymeditor.org/ which looks great, it's still very simple, but it has a lot of interesting features, and now It'll become a jquery plugin, and that's great because I use to work with jquery. Anyway, I must

Re: Change admin widget

2007-05-24 Thread Michel Thadeu Sabchuk
Hi I use tinymce too, what rich text editor would you use (just to know another options)? Best regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dja

Re: Change admin widget

2007-05-24 Thread Grupo Django
You are right, I didn't know about add javascript in the model definition, is good to know it :-) I was thinking about doing an admin zone using a bit more of Ajax, and autoload a select widget depending of a previous select... stuff like that. First I thought that I could create a second admin z

Re: Change admin widget

2007-05-24 Thread Ben Jones
> Hello, I need to hack a little bit the admin app, I'd like to use a > custom widget (Rich text editor) in some places. I think I'll have to > modify the admin code, is it right? Most browser based WYSIWYG editors I've ever tried allow you to implement them with only a little bit of javascript s

Change admin widget

2007-05-24 Thread Grupo Django
Hello, I need to hack a little bit the admin app, I'd like to use a custom widget (Rich text editor) in some places. I think I'll have to modify the admin code, is it right? After this, I'll probably need to make some changes in the admin zone, s I have to rewrite some code. I think there is two p