Proper way to reuse django's built-in admin javascript in my own templates (outside admin)?

2011-06-17 Thread br
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

Re: Admin Javascript

2010-02-16 Thread When ideas fail
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

Re: Admin Javascript

2010-02-16 Thread When ideas fail
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

Re: Admin Javascript

2010-02-16 Thread Aljosa Mohorovic
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

Re: Admin Javascript

2010-02-16 Thread Xavier Ordoquy
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

Admin Javascript

2010-02-16 Thread When ideas fail
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

admin javascript not working

2009-08-26 Thread Joseph Brown
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