Home | History | Annotate | Download | only in paste

Lines Matching refs:Textarea

967             if tag not in ('input', 'select', 'option', 'textarea',
975 if tag == 'textarea' and end:
977 "</textarea> with no <textarea> at %s" % match.start())
1008 if tag == 'textarea':
1287 class Textarea(Text):
1289 Field representing ``<textarea>``
1292 Field.classes['textarea'] = Textarea