 
 
 
 
 
 
 
 
Class Textarea - Used for an entry widget to type multi-line text (for forms).
SYNOPSIS
import HTMLgen
class Textarea
  def __init__(self, text='', **kw)
  string __module__ = 'HTMLgen'
  def __str__(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: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999