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

The TextBlock FieldType

This FieldType represents a block of unformatted text.

Name Internal name Expected input type
TextBlock eztext string

Table of contents:

=20 =20

Description


The FieldType handles a block of multiple lines of unformatted text.&nbs= p;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 FieldType does not perform any special validation of the inpu= t 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_3919_26137884.1485855889200--