Class Textarea - Used for an entry widget to type multi-line text (for forms).
SYNOPSIS
import HTMLgen
class Textarea
def __init__(self, text=None, **kw)
def __repr__(self)
Keyword Arguments:
- rows
- sets the number of text rows. (default=4)
- cols
- sets the number of text columns. (default=40)
- onBlur
- script, which is executed, when the field loses focus
- onChange
- script, which is executed, when the field value changed
- onFocus
- script, which is executed, when the field receives focus
- onSelect
- script, which is executed, when part of the field
is selected
SEE ALSO
HTMLgen
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedric@phoenix.net
Generated: Mon Dec 2 1996