Hello, I looked at pyjamas book to do ajax with django : http://pyjs.org/book/output/Bookreader.html and I understood how to use Json on django views and the client side.
My question is about django forms and medias. In django's doc http://docs.djangoproject.com/en/dev/topics/forms/media/#topics-forms-media I saw that one can use a javascript file as media in forms, but I don't know how to program this javascript with pyjamas so as the .js can be used as media. For example, I would like to programm a numeric keypad in pyjama to use it in a model form with an integer field. Validation, communication between js widget and django is not clear to me. I have no time to get involved with javascript (that's why pyjama looks great !) Is there any doc or code that I could read to understand the basics without too much reference of javascript ? Thanks. Alain. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---