Combobox
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
This is a reference page; many components have detailed usage guides .
If true, the combobox is appended to the document body. Type: Default Value: true
Combobox is a standard input component that allows the user to pick one of the options in it's drop-down list. Type:
Flag indicating whether the combobox is enabled for user interaction. Type: Default Value: true
Format string used for displaying the combobox value. Type:
Fired when the combobox action is triggered (for example, when an option is selected).
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 combobox gains focus.
Parameters:
Fired when the combobox loses focus.
Parameters:
Fired when the combobox is right-clicked.
Parameters:
Request the focus to this combobox.
Example:
Parameters:
Placeholder text displayed when no value is selected. Type:
Defines how the combobox text is rendered (e.g. plain text, sanitized html or trusted html). Type:
Set the styleclasses that should be applied at to this component Type:
Tab sequence order for keyboard navigation. Type:
Tooltip text displayed when hovering over the combobox. Type:
Identifier for the value list that provides the available options. Type:
Whether the button is visible or not Type:
{} event The event object containing details about the action event e.g. target element, mouse coordinates
{} 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