TextBox Group
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
A Servoy Extra Component that groups one or more text fields, allowing for combined data input and validation.
This is a reference page; many components have detailed usage guides .
Bound data provider identifier for the text field group value. Type:
Flag indicating whether the text field group is enabled for user interaction. Type: Default Value: true
CSS style classes applied to the icon associated with the text field group. Type:
Format string used to display and parse the text field group value. Type:
Called when the text field group triggers an action.
Parameters:
Called when the value of the text field group changes.
Parameters:
Called when the text field group gains focus.
Parameters:
Called when the text field group loses focus.
Parameters:
Called when the text field group is right-clicked.
Parameters:
Checks whether the current input is a valid email address or if the input is empty.
Request the focus to this field.
Example:
Parameters:
Specifies the type of input for the text field group (for example, "text" or "password"). Type: Default Value: "text"
Specifies the validation to apply to the input (for example, "none" or "email"). Type: Default Value: "text"
Message displayed when an invalid email address is entered. Type: Default Value: "This is an invalid email address"
Placeholder text displayed when the text field group is empty. Type:
Flag indicating whether the text field group is read-only. Type: Default Value: false
CSS style classes applied to the text field group component. Type: Default Value: "form-control"
Tab sequence order for keyboard navigation. Type:
Flag indicating whether the text field group is visible. Type:
{} event The event object containing details about the action event.
{} oldValue The previous value from the data provider.
{} newValue The new value to be set.
{} event The event object associated with the data change.
Returns: {}
{} event The event object containing details about the focus gained event.
{} event The event object containing details about the focus lost event.
{} event The event object containing details about the right-click event.
Returns: Returns true if the input is valid (i.e., it is a valid email address or the input is empty); otherwise, false.
{} [mustExecuteOnFocusGainedMethod] If false will not execute the onFocusGained method; the default value is true