#2596: Adding rows, cols and lenght attributes for text fields
-----------------------------+----------------------------------------------
 Reporter:  norvegh          |       Owner:  adrian
     Type:  enhancement      |      Status:  new   
 Priority:  normal           |   Milestone:        
Component:  Admin interface  |     Version:  0.95  
 Severity:  normal           |    Keywords:        
-----------------------------+----------------------------------------------
 There have been some suggestions before to implement the rows, cols and
 length attributes for text fields that would control the size of the
 textboxes on the admin interface.
 The supplied patch implements the following new paramters for text
 fields:[[BR]][[BR]]
 '''form_type''': can be either 'input' or 'textarea', it controls whether
 an input box or a textarea is used for rendering this field in the admin
 interface[[BR]]
 '''form_length''': the length of the input box[[BR]]
 '''form_rows''': the rows parameter for the textarea box[[BR]]
 '''form_cols''': the cols parameter for the textarea box[[BR]]

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2596>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to