On Wednesday, 28 January 2009 09:46:09 Paul Johnston wrote:
> Is it possible to use more complex form widgets 
In my *very* limited experience, I would say yes. 

The widgets are really javascript and all your Django view needs to worry 
about is what comes back via GET or POST.

Fetch the data from them, parse it, stuff it into a form object, validate it 
and then save it.

Not easy, and it takes a lot of to and fro to get data in dict and JSON all 
talking to each other.

\d
-- 
Where I web: http://otherwise.relics.co.za/
Comics, tutorials, software and sundry

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to