Message-ID: <805459744.4138.1485857843896.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4137_1264485476.1485857843896" ------=_Part_4137_1264485476.1485857843896 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html TextBlock Field Type

TextBlock Field Type

=20
=20
=20
=20

This Field Type represents a block of unformatted text.

Name Internal name Expected input type
TextBlock eztext string

Description

The Field Type handles a block of multiple lines of unformatted text.&nb= sp;It is capable of handling up to 16,777,216 characters.

PHP API Field Type

Input expectations

Type
Example
string
"This is a block of unformatted text"
=

Value object

Properties

The Value class of this Field Type contains the following properties:

Property
Type
Description
$text string This property will be used for the= text content.
String representation

A TextBlock's string representation is the the $text property's value, a= s a string.

Constructor

The constructor for this value object will initialize a new Value o= bject with the value provided. It accepts a string as argument and will imp= ort it to the $text attribute.

Validation

This Field Type does not perform any special validation of the inp= ut value.

Settings

Settings contain only one option:

Name Type Default value Description
textRows integer 10 Number of rows for the editing control in the ad= ministration interface.
=20
=20
=20
=20

 

=20
=20
=20
------=_Part_4137_1264485476.1485857843896--