-
Notifications
You must be signed in to change notification settings - Fork 5
luxAriaHasPopup v15
Thomas Dickhut edited this page Mar 13, 2024
·
2 revisions
ARIA steht für Accessible Rich Internet Applications.
Über die LUX-ARIA-XXX-Direktiven können die LUX-Components mit ARIA-Tags versehen werden, um möglichst barrierefreie Anwendungen zu erstellen.
Name | Beschreibung |
---|---|
import | LuxDirectivesModule |
selector | luxAriaHasPopup |
Name | Typ | Beschreibung |
---|---|---|
luxAriaHasPopup | boolean | Gibt an, ob das Element (z.B. Select) über ein Popup verfügt. |
luxAriaHasPopupSelector | string | Über den CSS-Selector (z.B. button) kann das Element beeinflusst werden, an dem das Aria-Attribut gehängt wird. |
Ts
myPopupState = false;
Html
<lux-button luxIconName="lux-interface-setting-menu-1" [luxAriaHasPopup]="myPopupState" luxAriaLabel="Namen"></lux-button>
-
Versionen