new AuralView()
Backbone View for CKEditor toolbar configuration; aural UX (output only).
Extends
- Backbone.View
Members
events :object
Type:
- object
Methods
announceButtonGroupPosition($group)
Announces the current position of a button group.
Parameters:
Name | Type | Description |
---|---|---|
$group |
jQuery | A jQuery set that contains an li element that wraps a group of buttons. |
announceButtonHelp(event)
Provides help information when a button is clicked.
Parameters:
Name | Type | Description |
---|---|---|
event |
jQuery.Event | The click event for the button click. |
announceButtonPosition($button)
Announces current button position.
Parameters:
Name | Type | Description |
---|---|---|
$button |
jQuery | A jQuery set that contains an li element that wraps a button. |
announceMove(model, isDirty)
Calls announce on buttons and groups when their position is changed.
Parameters:
Name | Type | Description |
---|---|---|
model |
Drupal.ckeditor.ConfigurationModel | The ckeditor configuration model. |
isDirty |
bool | A model attribute that indicates if the changed toolbar configuration has been stored or not. |
announceSeparatorHelp(event)
Provides help information when a separator is clicked.
Parameters:
Name | Type | Description |
---|---|---|
event |
jQuery.Event | The click event for the separator click. |
onFocus(event)
Handles the focus event of elements in the active and available toolbars.
Parameters:
Name | Type | Description |
---|---|---|
event |
jQuery.Event | The focus event that was triggered. |