AriaWrapperAttributes property: Field class

Description

Use this property to set or return the ARIA attributes for the outermost layer of the page element's structure in the HTML (for example, the outermost div element). This can be compared to the AriaAttributes property that pertains to the page element only.

This property is read/write.

Important:

Use this property within fluid applications only.

Example

The following example sets attributes for the div element that wraps the group box that represents the fluid banner:

PTLAYOUT.HEADER_GROUPBOX1.AriaWrapperAttributes = "role=""banner""";