fullText

Represents the full (untruncated) value that a user pastes into a form field.

Fields may truncate pasted text if it exceeds the allowable content region. The fullText property stores the untruncated value in memory for use with scripting operations.

The value of the newContentType determines the content type of this property.

Syntax

Reference_Syntax.fullText = "string"

Values

Type

Values

String

Any valid string value.

Applies to

Version

XFA 2.1

Examples

JavaScript

xfa.event.fullText;

FormCalc

xfa.event.fullText

// Ethnio survey code removed