Reference
Editors events
Events in the editors group. A plugin in core/plugins/editors/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.
editors.onDisplay
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_editors_ckeditor—onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null, $params = array()plg_editors_ckeditor5—onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null, $params = array()plg_editors_codemirror—onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null, $params = array()plg_editors_none—onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null, $params = array()plg_editors_pagedown—onDisplay($name, $content, $width, $height, $columns, $rows, $buttons = true, $id = null, $asset = null, $author = null, $params = array()plg_editors_tinymce—onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null)plg_editors_wikitoolbar—onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null, $params = array()plg_editors_wikiwyg—onDisplay($name, $content, $width, $height, $col, $row, $buttons = true, $id = null, $asset = null, $author = null, $params = array()
editors.onGetContent
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_editors_ckeditor—onGetContent($id)plg_editors_ckeditor5—onGetContent($id)plg_editors_codemirror—onGetContent($id)plg_editors_none—onGetContent($id)plg_editors_pagedown—onGetContent()plg_editors_tinymce—onGetContent($editor)
editors.onGetInsertMethod
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_editors_ckeditor—onGetInsertMethod($id)plg_editors_ckeditor5—onGetInsertMethod($id)plg_editors_codemirror—onGetInsertMethod()plg_editors_none—onGetInsertMethod($id)plg_editors_tinymce—onGetInsertMethod($name)
editors.onInit
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_editors_ckeditor—onInit()plg_editors_ckeditor5—onInit()plg_editors_codemirror—onInit()plg_editors_none—onInit()plg_editors_pagedown—onInit()plg_editors_tinymce—onInit()plg_editors_wikitoolbar—onInit()plg_editors_wikiwyg—onInit()
editors.onSave
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_editors_ckeditor—onSave()plg_editors_ckeditor5—onSave()plg_editors_codemirror—onSave($id)plg_editors_none—onSave()plg_editors_pagedown—onSave()plg_editors_tinymce—onSave($editor)
editors.onSetContent
No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.
Listeners:
plg_editors_ckeditor—onSetContent($id, $html)plg_editors_ckeditor5—onSetContent($id, $html)plg_editors_codemirror—onSetContent($id, $content)plg_editors_none—onSetContent($id, $html)plg_editors_pagedown—onSetContent()plg_editors_tinymce—onSetContent($editor, $html)
Generated from the source tree.