core_editor/events

Javascript events for the core_editor subsystem.

Source:
Since:
  • 4.0
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Members

(static, constant) eventTypes

Source:
Properties:
Name Type Description
editorContentRestored String

See event:editorContentRestored

Events for the core_editor subsystem.

Methods

(inner) notifyEditorContentRestored(editor) → {CustomEvent}

Source:

Trigger an event to indicate that editor content was restored.

Parameters:
Name Type Description
editor HTMLElement | null

The element that was modified

Fires:
Returns:
Type
CustomEvent

Events

editorContentRestored

Source:

An event triggered when an editor restores auto-saved content.