Re: Using extjs with ModelForms

2007-12-24 Thread l5x
Do you want to change the HTML output of the form? Then you should take a look at render() http://code.djangoproject.com/browser/django/trunk/django/newforms/widgets.py or _html_output() with as_* http://code.djangoproject.com/browser/django/trunk/django/newforms/forms.py Best regards, l. --~-

Using extjs with ModelForms

2007-12-23 Thread nanbudh
Hi, I am building a app which generates a large Form based upon a combination of many ModelForms. These ModelForms are doing precious work of filling out drop down lists of the foriegn fields of dependent models. ModelForms also ensures that my form is always in sync with my models.py. I want to