Genauere Informationen zu Verhalten und Konfiguration: Bakehouse Barrierefreiheit
ViewHelper für Bakehouse Barrierefreiheitswidget. Fügt Widget an jeweiliger Stelle ein und Importiert JavaScript automatisch.
Folgender Namespace muss im Templatefile gesetzt werden:
{namespace accessibility=Bakehouse\Accessibility\ViewHelpers}
{namespace accessibility=Bakehouse\Accessibility\ViewHelpers}
Attribute
| Name | Beschreibung | Type | default | required |
|---|---|---|---|---|
| position-mode | Art der Positionierung | [fixed,inline] | fixed | true |
| position-vertical | Vertikale Position | [top, center, bottom] | bottom | true |
| position-horizontal | Horizontale Position | [left, center, right] | right | true |
| highlight-color | Highlight Farbe | String | #000000 | false |
Beispiel
html
<accessibility:widget position-vertical="bottom" position-mode="fixed" position-horizontal="right"/>