Hello all,
I am realy impressed with the Django forms and some additional enhancements with CrispyForms <http://django-crispy-forms.readthedocs.org/en/latest/index.html> Specially that additional library does a great job with css management making it possible to make the forms look good and accessible using only Python code.
Is there some thing similar for AJAX support?
I wish some thing like this.
Make a form using Crispy forms or even simple Django forms.
If a submit is required for sending an AJAX request and getting response either in JSOn or otherwise, some Python code which exploites the functionality of Jquery or any JS library is available. The entire AJAX code is written using Python, just like the way css is managed with the above mentioned library, so that one does not have to go back to the template and write the javascript code, then come back to the view to check the form for IDs of fields etc. This moving back and forth for either css or javascript could be avoided (Crispy forms already does it for css as I said before ).
Kindly let me know if such a thing exists.
Happy hacking.
Krishnakant.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/54A93CCE.6070108%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to