Starts validation for the element and all subelements according to the rules laid out in the element's validator.
Class Details
[line 24]
Wraps a textarea.
This element is made for long, multi-line text entries in contrast to short inputs handled by InputText. In general both mostly work the same way, with a tad more config-options for the textarea.
Calculates the validity-status, based on the currently entered value, by applying the rules of a present validator. If there is none, the element is always valid.
Tags:
return:
element is currently valid yes/no
access:
public
Overrides FormElement::validate() (Starts validation for the element and all subelements according to the rules laid out in the element's validator.)