Re: working with model fields

2010-07-24 Thread commonzenpython
since its by default, ill just use css to contain the box, thanks guys -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-user

Re: working with model fields

2010-07-24 Thread Tim Chase
On 07/24/10 03:47, shwetanka wrote: On Jul 24, 12:39 pm, Masklinn wrote: hey guys, im making a form, and im having a problem with the models.TextField() , when used it displays the text field correctly, but it allows for the text field to be stretched, is there a way to set a maximun width and

Re: working with model fields

2010-07-24 Thread shwetanka
yes with attrs you can set widget's html attributes. :) On Jul 24, 12:39 pm, Masklinn wrote: > On 24 juil. 2010, at 08:59, Kenneth Gonsalves wrote:> On > Saturday, July 24, 2010 10:26:46 am commonzenpython wrote: > >> hey guys, im making a form, and im having a problem with the > >> models.Text

Re: working with model fields

2010-07-24 Thread Masklinn
On 24 juil. 2010, at 08:59, Kenneth Gonsalves wrote: > On Saturday, July 24, 2010 10:26:46 am commonzenpython wrote: >> hey guys, im making a form, and im having a problem with the >> models.TextField() , when used it displays the text field correctly, >> but it allows for the text field to be str

Re: working with model fields

2010-07-23 Thread Kenneth Gonsalves
On Saturday, July 24, 2010 10:26:46 am commonzenpython wrote: > hey guys, im making a form, and im having a problem with the > models.TextField() , when used it displays the text field correctly, > but it allows for the text field to be stretched, is there a way to > set a maximun width and height

working with model fields

2010-07-23 Thread commonzenpython
hey guys, im making a form, and im having a problem with the models.TextField() , when used it displays the text field correctly, but it allows for the text field to be stretched, is there a way to set a maximun width and height for it ? -- You received this message because you are subscribed to