I'd like to use something like the jQuery UI modal dialogues
http://jqueryui.com/demos/dialog/#modal in a web application.

My quandary is how to integrate this with Django.

The 'base page' has multiple links, each of which will open up a
different form in a modal dialogue.  If the form in the dialogue
validates, the dialogue should close.  If it fails to validate, then
it should be redisplayed, with Django's normal validation messages.

It seems inelegant to create one page with dozens of forms, on the off-
chance that the user may use one of them.

I'm therefore hoping that someone knows of an existing ajax modal
dialogue, which can simply be given a URL, and basically have the same
operational properties as a frame.  I've spent several hours trying
boxy, but jQueryUI's date picker refuses to work with this.
http://onehackoranother.com/projects/jquery/boxy/

Do I just have to knuckle down and write custom javascript for this,
or is it a already a solved problem?

Thanks,

Chris.

--~--~---------~--~----~------------~-------~--~----~
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