TXTextControlWeb.addTextField method

Inserts a new ApplicationField or TextField at the current input position.

Syntax

[JavaScript]
<void> TXTextControl.addTextField(<TextField> textField);
Parameter Description
textField

The text field. Allowed types are TXTextControl.TextField and TXTextControl.ApplicationField.