Information about a check form field. Is needed by the event argument class Date
{
date: <Number>,
dateFormat: <String>,
emptyWidth: <Number>
}
Introduced: 30.0.
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 |
date | The date as a Unix time stamp in milliseconds. |
date |
The date format. |
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 |
empty |
The horizontal width of the empty field in twips. |
formatting |
The formatting rectangle of a text field.
(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 |
text | The text field's text content.
(Inherited from Text |
type | The field type ("APPLICATIONFIELD" or "TEXTFIELD").
(Inherited from Text |