My apologies if this is in the documentation somewhere, I have not been
able to find it.

Is there a django HTML class that I can import in my views? Basically,
I have a database table with columns for describing an HTML form
element. So an entry might look like:
label=Name, type=text, maxlength=64

and then my view would go through and decide that this should be an
input field, type text, with max length 64.  There will be entries for
all sorts of HTML form elements.

So I am thinking that there has got to be a django class that I can
utilize rather than having to repeat previous efforts.

Any suggestions?

Thanks,
Grant


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to