hub.eb?material_id=509&track_id=510

ARIA Custom Attributes


The ARIA Custom Attributes property can be used to set any ARIA Attribute for a control.

These can be set programatically via the controls interface using:

  • addAriaCustomAttribute(name, value)
  • removeAriaCustomAttribute(name)
  • setAriaCustomAttributes(ariaCustomAttibutes)

Current Module

Related