RadioGroup style attributes

RadioGroup presentation style attributes apply to RADIOGROUP elements.

Note: This topic lists presentation style attributes for a specific class of form element, common presentation style attributes can also be used for this type of element.
Table 1. RadioGroup style attributes
Attribute GDC GBC GMA GMI
autoSelectionStart

Defines the item from which the auto-selection will start, when pressing keys.

Values can be:
  • "current" (default): it will look for the first corresponding item after the current item of the object.
  • "first", the auto-selection will look for the first corresponding item after the first item of the object.
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 built for item lookup. After the timeout delay has expired, the character sequence is reset.

Yes No No No