core_editor/events

Description:
  • Javascript events for the core_editor subsystem.

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

Javascript events for the core_editor subsystem.

Members

(static, constant) eventTypes

Description:
  • Events for the core_editor subsystem.

Source:
Properties:
Name Type Description
editorContentRestored String

See event:editorContentRestored

Events for the core_editor subsystem.

Methods

(inner) notifyEditorContentRestored(editor) → {CustomEvent}

Description:
  • Trigger an event to indicate that editor content was restored.

Source:
Parameters:
Name Type Description
editor HTMLElement | null

The element that was modified

Fires:
Returns:
Type
CustomEvent

Events

editorContentRestored

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

Source: