This FieldType Field Type represents a block of unformatted text.
...
Table of Contents | ||
---|---|---|
|
Description
The FieldType Field Type handles a block of multiple lines of unformatted text. It is capable of handling up to 16,777,216 characters.
...
Properties
The Value class of this field type Field Type contains the following properties:
...
The constructor for this value object will initialize a new Value object with the value provided. It accepts a string as argument and will import it to the $text
attribute.
Validation
This FieldType Field Type does not perform any special validation of the input value.
...