Information about a document target.
{
targetName: <string>
}
Introduced: X18.
Property | Description |
---|---|
bounds | The bounding rectangle of a text field.
(Inherited from Text |
contains |
Returns true if the Textfield contains the current text input position.
(Inherited from Text |
deleteable | Specifies whether a text field can be deleted by the end-user while a TX Text Control document is being edited.
(Inherited from Text |
doubled |
Specifies whether a text field has a doubled input position in front of its first character and behind its last character.
(Inherited from Text |
editable | Specifies whether the text of a text field can be changed by the end-user while a TX Text Control document is being edited.
(Inherited from Text |
id | The identifier of the text field.
(Inherited from Text |
is |
Specifies whether a text field's text is checked on misspelled words.
(Inherited from Text |
length | The number of characters in the text field.
(Inherited from Text |
name | The text field's name.
(Inherited from Text |
show |
Specifies whether a text field toggles its background to gray, if the current input position is in the field.
(Inherited from Text |
start | The 1-based first character position of the text field.
(Inherited from Text |
target |
The name of the document target. |
text | The text field's text content.
(Inherited from Text |
type | The field type ("APPLICATIONFIELD" or "TEXTFIELD").
(Inherited from Text |