/ widget.py / pwTextAreaInput
- Textarea widget class
- The low-level input widget for bulk text
Arguments:
- obj: the object that contains the attribute associated with this field
- attr: the name of the attribute
Common Keywords:
- divClass: allows the user to override the class of the
- fieldSpecial: allows the user to add "special" HTML attributes to the output element
- id: overrides the HTML "id" attribute
- selectable: controls whether this field is selectable or not
- inputType: mostly for internal use -- overrides the type designation in the output hidden fields
Keywords:
- rows: the number of rows in the display for this widget
- columns: the number of columns in this widget
Default divClass: pwFormValue
Methods
|
|
|
display
|
display ( self, lvl )
|
|
__init__
|
__init__ (
self,
obj,
attr,
**kwlist,
)
|
|
|