Really the "size" of the form field should be controlled by the CSS, and 
not the hard coded HTML.  Though the "maxlength" attribute could be 
controlled by Django, and tied to the "maxlength" attribute that you 
define in Model (and it may be in the admin interface, I haven't 
actually looked myself).

Jay

Matt the Destroyer wrote:
> size=30 simply tells the browser to make the input field a size of 30
> characters wide.  it has no bearing on input data or transmission.
>
> in the past, i have simply hard-coded my own input fields into my
> templates so I can directly control the size and other attributes that
> i might want (such as onclick et al).
>   


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