Floatinglabel Textarea
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
TextArea is a multi-line text input component that allows users to enter and edit text.
This is a reference page; many components have detailed usage guides .
Bound data provider identifier for the textarea's value. Type:
Flag indicating whether the textarea is editable. Type: Default Value: true
Flag indicating whether the textarea is enabled for user interaction. Type: Default Value: true
Error message displayed when the input value is invalid or fails validation. Type:
Fired when an action is triggered on the textarea.
Parameters:
Handle changed data, return false if the value should not be accepted. JSEvent.data will contain extra information about dataproviderid, its scope and the scope id (record datasource or form/global variable scope)
Parameters:
Fired when the textarea gains focus.
Parameters:
Fired when the textarea loses focus.
Parameters:
Fired when the textarea is right-clicked.
Parameters:
Request the focus to this textarea.
Example:
Parameters:
Toggles the display of the error message for the component.
Parameters:
The text displayed as a floating label when the typeahead input is focused or contains a value. Type:
Maximum length allowed for the textarea input. Type:
Set the styleclasses that should be applied at to this component Type: Default Value: "form-control"
Tab sequence order for keyboard navigation. Type:
Tooltip text displayed when hovering over the textarea. Type:
Whether the button is visible or not Type:
{} event The event object containing details about the action event e.g. target element, event type
{} oldValue The previous value from the data provider
{} newValue The new value to be set in the data provider
{} event The event object associated with the data change
Returns: {}
{} event The event object containing details about the focus gained event e.g. target element, timestamp
{} event The event object containing details about the focus lost event e.g. target element, timestamp
{} event The event object containing details about the right-click event e.g. target element, mouse coordinates
{} [mustExecuteOnFocusGainedMethod] If false will not execute the onFocusGained method; the default value is true
{} show A flag indicating whether to show (true) or hide (false) the error message.