Presentation styles / Style attributes reference |
ComboBox style presentation attributes apply to a combobox element.
Attribute | GDC | GWC-JS | GMA | GMI |
---|---|---|---|---|
autoSelectionStart Defines the item from which the auto-selection will start, when pressing keys. Valid can be:
|
Yes | No | No | No |
comboboxCompleter Important: This style attribute is deprecated. Consider using the COMPLETER form field attribute
instead.
Activate the ComboBox completer mode. Possible values are "yes" and "no" (default). When this attribute is set to yes, the ComboBox will have the following behavior:
|
Yes | No | No | No |
completionTimeout Defines the timeout (in milliseconds) to build the character sequence for item lookup when the user presses several keys successively. When pressing multiple keys, a character sequence is build for item lookup. After the timeout delay has expired, the character sequence is reset. |
Yes | No | No | No |