Show TOC

Background documentationBrowser Support & 508 Locate this document in the navigation structure

 

Renders in every supported browser.

Editability in Style Editor

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

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).