new AuralView(options)
Renders the aural view of the edit mode toggle (screen reader support).
Parameters:
Name | Type | Description |
---|---|---|
options |
object | Options for the view. |
Extends
- Backbone.View
Members
announcedOnce :bool
Tracks whether the tabbing constraint announcement has been read once.
Type:
- bool
Methods
announceTabbingConstraint()
Announces the current tabbing constraint.
manageTabbing()
Limits tabbing to the contextual links and edit mode toolbar tab.
onKeypress(event)
Responds to esc and tab key press events.
Parameters:
Name | Type | Description |
---|---|---|
event |
jQuery.Event | The keypress event. |
render() → {Drupal.contextualToolbar.AuralView}
{@inheritdoc}
Returns:
The current contextual toolbar aural view.