Hi ,

I am using as_table() function in the django.forms to render my
forms.

Now I want more then one field to appear in the simgle row of html
table  For example


Name(label) option(<,>,=) , InputValue()

I want name , option and inputvalue fields to appear in same row when
I call as_table().
for example as shown below
<tr><td>Name</td><td> <select> <option> ..... </option></select></
td><td> value</td></tr>

How can I achieve this using Djanog forms ? should I overrride as_table
() function ?

Thanks
Sumanth


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