Plugin/Events/Editor
From Joomla! Documentation
< Plugin | Events
This article is tagged because it NEEDS COMPLETION. You can help the Joomla! Documentation Wiki by contributing to it.
More pages that need help similar to this one are here. NOTE-If you feel the need is satistified, please remove this notice.
Reason: This page needs completion to be a useful doc reference.
Events of editor
onCustomEditorButton[edit]
Description[edit]
Parameters[edit]
Return Value[edit]
Used in files[edit]
onInit[edit]
Description[edit]
Parameters[edit]
Return Value[edit]
Used in files[edit]
onDisplay[edit]
Description[edit]
Be aware: "There isn't an "onDisplay" event in the editor API (and the documentation page is wrong for listing it as an event), it is a callback explicitly called by another method in the Editor class."
Please see Cite and additional informations on joomla-cms GitHub repository
Parameters[edit]
Return Value[edit]
Used in files[edit]
onGetContent[edit]
Description[edit]
Parameters[edit]
Return Value[edit]
Used in files[edit]
onSetContent[edit]
Description[edit]
Parameters[edit]
Return Value[edit]
Used in files[edit]
onSave[edit]
Description[edit]
Is called previously to submitting the form of an editor.
Parameters[edit]
Return Value[edit]
Must return a javascript text.