multiline TextField

668 views
Skip to first unread message

electrocoder

unread,
Mar 30, 2011, 6:18:12 PM3/30/11
to Django users
Hi. I write blog application. I want multiline TextField.
Sample : paragraph or tab or return
thanks.

Chris Matthews

unread,
Mar 31, 2011, 3:05:19 AM3/31/11
to django...@googlegroups.com
By using the Textarea widget:

class SomeForm(forms.Form):
description = forms.CharField(widget=forms.Textarea())

Regards
Chris

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

Reply all
Reply to author
Forward
0 new messages