Class: KeyboardView

Drupal.ckeditor.KeyboardView()

new KeyboardView()

Backbone View for CKEditor toolbar configuration; keyboard UX.

Source:

Extends

  • Backbone.View

Methods

onPressButton(event)

Handles keypresses on a CKEditor configuration button.

Parameters:
Name Type Description
event jQuery.Event

The keypress event triggered.

Source:

onPressGroup(event)

Handles keypresses on a CKEditor configuration group.

Parameters:
Name Type Description
event jQuery.Event

The keypress event triggered.

Source:

render()

{@inheritdoc}

Source: