InputfieldTextarea class
An Inputfield for handling “textarea” form inputs
This is also the base class for rich text editors in ProcessWire, like TinyMCE.
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the Inputfield
class also inherits all the methods and properties of: InputfieldText, Inputfield, WireData and Wire.
Common
Properties
Name | Return | Summary | Default |
---|---|---|---|
Inputfield | int | Content type, applicable when used with FieldtypeTextarea. See FieldtypeTextarea contentType constants | 0 |
Inputfield | int | Number of rows for textarea | 5 |
Additional methods and properties
In addition to the methods and properties above, Inputfield
API reference based on ProcessWire core version 3.0.251