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

The TextLine FieldType

TextLine

This field type represents a simple string.

 

Name Internal name Expected input type
TextLine ezstring string

 

Description

This FieldType makes it possible to store and retrieve a single line of = unformatted text. It is capable of handling up to 255 number of characters.=

 

Validation

The input passed into this filed type is subject of validation by the StringLengthValidator validator. The length of the string provid= ed must be between the minimum length defined in m= inStringLength and the maximum defined in maxStringLength. The default value for both propertie= s is 0, which means that the validation is disabled by default.
To set t= he validation properties the validateValidatorConfiguration() = method needs to be inspected, which will receive an array with minStringLength and max= StringLength like in the following representation:

=20
Array
(
    [minStringLength] =3D> 1
    [maxStringLength] =3D> 60
)
=20

 

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.
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.

 

 

For more details on the Value object for this field type please refer to= the auto-generated documentation.

 

 

 

 

 

------=_Part_4447_552039594.1485866517453--