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

The TextBlock Field Type

This Field Type represents a block of unformatted text.

Name Internal name Expected input type
TextBlock eztext string

Table of contents:

=20 =20

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.

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.
------=_Part_3397_1852340669.1485852942627--