#text

A string of text.

Syntax

Reference_Syntax.#text.value = "text"

Values

Type

Values

String

Any valid string.

Version

XFA 2.1

Examples

JavaScript

TextField1.caption.value.resolveNode("#text").value = "This is a caption.";

FormCalc

TextField1.caption.value.#text.value = "This is a caption."

// Ethnio survey code removed