This creates text field control.
Object defining html attributes for controls root element.
Callback that is called when content of this field is changed.
Callback that will be called when control is clicked.
Object defining css styles for controls root element.
If true control will be enabled if false control will be disabled (inactive).
Reference id of the control, it will be used to reference this control in the code throuth FieldsIndex objects.
If true this control definition will be ignored and control will not be initiated.
Callback that will be called when control is initialised.
If true and not in multi-line input mode, it will make this control into password input field. (default: false)
Placeholder text for this text field.
If true and multi-line text input will be resizable by user. (default: false)
Style class to add on root element of the control.
Initial value of this control. Alias of value
field.
Enable multi-line text input.
HTML title attribute of this control.
Initial value of this control.
Set initial visibility of control. (default: true)
This creates text field control.