21.134Class TextArea

Class representing a Text area in a form.

Class TextArea( name, [text],[rows],[cols],[readonly],[disabled] ) from \
                 BaseInput(( "textarea", TextAreaAttribs))
name The name of the field to be sent in the form.
text The text to be displayed in the area.
rows The number of rows for the visualization.
cols The number of columns for the visualization.
readonly set to true to make this text area read-only.
disabled set to true to make this text area grayed out.
Properties
text
Methods inherited from class BaseInput
disabledHelper method to disable this input.
readonlyHelper method to set this field read-only.
Properties inherited from class BaseDom
childTypeList
children
eattr
hname
parent
profileMeta-profiles.
text
Methods inherited from class BaseDom
render
st_makesep

Properties

text

Made with http://www.falconpl.org