Class: AuralView

Drupal.contextualToolbar.AuralView(options)

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.

Source:

Extends

  • Backbone.View

Members

announcedOnce :bool

Tracks whether the tabbing constraint announcement has been read once.

Type:
  • bool
Source:

Methods

announceTabbingConstraint()

Announces the current tabbing constraint.

Source:

manageTabbing()

Limits tabbing to the contextual links and edit mode toolbar tab.

Source:

onKeypress(event)

Responds to esc and tab key press events.

Parameters:
Name Type Description
event jQuery.Event

The keypress event.

Source:

render() → {Drupal.contextualToolbar.AuralView}

{@inheritdoc}

Source:
Returns:

The current contextual toolbar aural view.

Type
Drupal.contextualToolbar.AuralView