Re: Size of text field in admin

2006-08-13 Thread Bryan Chow
On 8/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Currently, in the admin interface, the size of a text field is > defaulted at 50 for char vars and 10 for integer types. > > I would like to change this in the model and have it propegate through > to the admin interface. Is there a way t

Size of text field in admin

2006-08-13 Thread callwardt
Hi Currently, in the admin interface, the size of a text field is defaulted at 50 for char vars and 10 for integer types. I would like to change this in the model and have it propegate through to the admin interface. Is there a way to do this easily? Thanks in advanced. --~--~-~--~--