More Info about List Box

Browser Compatibility | Editability in Style Editor | Accessibility – 508 Support


Browser Compatibility

To be provided

top Top


Editability in Style Editor

The list box itself renders as the standard browser control. Style Editor changes can be made to the corresponding label.

top Top


Accessibility – 508 Support

List boxes have to be used in combination with the label element which points to the assigned list box. This ensures, that screenreaders are aware of the relationship between the both elements and can read the correct label to the according list box.

  • Keyboard: The listbox inserted into the accessibility hierarchy by default.
  • Default Description: Is provided by the HTMLB rendering engine.
  • Application-specific Description: Set an additional description using the setTooltip method if needed.
  • Label: Has to be connected to a label control (use method setLabelFor for identifying the corresponding list box).

top Top