On Apr 20, 10:48 pm, When ideas fail <[email protected]> wrote: > If i have an admin form and want to transform some data to another > format using AJAX within the form, what is the best way to do this. In > a normal form I can do this within the view but is there any way to > extend admin views to add new functionality without loosing the > default admin view functionality? > > This is more a theoretical question than a practical one. I have > searched the docs but maybe I was searching for the wrong thing since > I couldn't find anything. > > Thanks in advance, > > Andrew
Have a look at: http://www.djangobook.com/en/1.0/chapter17/ under the heading "Custom JavaScript" -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

