ARIA Labeled Controls

Some controls do not require a label that is visible for most users. However, sometimes it is useful to provide a label which is visible to accessibility technologies, such as screen readers. For these cases, an Accessible Rich Internet Applications (ARIA) label is useful. Refer to Web Content Accessibility Guidelines for more information.

All of the ARIA labeled controls support the following attribute:

Property Name

Description

Notes

AriaLabelText

The text of the label. This label is not visible for most users, but is visible to accessibility technologies, such as screen readers.

Defaults to an empty string.

The ARIA labeled controls are described below:

ePortal:ButtonList

A ButtonList is a control that renders a list of buttons on the web page. The user can select an item from the list by clicking the associated button. Clicking the button also submits the page.

The following property is unique to ButtonList:

Property Name

Type

Default Value

Description

ClearSelectionOnRender

Boolean

False

If True, the selected index of the control is set to -1 when the control is rendered. The control is set to a selected index only if the control is clicked.

ePortal:ePortalLinkButtonList

The ePortal:ePortalLinkButtonList control renders a list of links on the web page. The user can select an item from the list by clicking the associated link. Clicking the link also submits the page.