Hi,
I am using inline fromsets in my own custom forms and would like to
reuse the same functionality that is provided django admin's
inlines.js, particularly the add row button functionality, in order to
add rows to my own inline formsets, similarly as is done in django's
admin. What is the prope
Thanks, got it working using that method after abit of messing.
On 16 Feb, 14:01, Xavier Ordoquy wrote:
> Hi,
>
> > Hi, I've been trying to use TinyMCE in my admin pages, I've followed
> > this tutorial but so far have had no luck.
>
> >http://code.djangoproject.com/wiki/AddWYSIWYGEditor
>
> I al
I got it working after abit of messing using the newforms-admin
section instructions:
http://code.djangoproject.com/wiki/AddWYSIWYGEditor#Withnewforms-admin
I didn't look at django-tinymce.
Thanks,
Andrew
--
You received this message because you are subscribed to the Google Groups
"Django use
On Feb 16, 2:42 pm, When ideas fail wrote:
> Hi, I've been trying to use TinyMCE in my admin pages, I've followed
> this tutorial but so far have had no luck.
>
> http://code.djangoproject.com/wiki/AddWYSIWYGEditor
Have you tried django-tinymce? http://code.google.com/p/django-tinymce/
If you di
Hi,
> Hi, I've been trying to use TinyMCE in my admin pages, I've followed
> this tutorial but so far have had no luck.
>
> http://code.djangoproject.com/wiki/AddWYSIWYGEditor
I also followed this tutorial and had few issues.
I went for this solution:
http://code.djangoproject.com/wiki/AddWYSIW
Hi, I've been trying to use TinyMCE in my admin pages, I've followed
this tutorial but so far have had no luck.
http://code.djangoproject.com/wiki/AddWYSIWYGEditor
I tried using this method (http://beshrkayali.com/posts/4/) , that
incoporates the Javascript directly into the templates and that wo
I'm having trouble getting the admin javascript to function in production
(debian/apache2). I've tried creating a sybolic link in the django root
folder, and using a location Alias in apache, but the result is the same.
Admin css files load, images load, and you can view the js files, b
7 matches
Mail list logo