Plugin/Events/Editor
From Joomla! Documentation
< Plugin | Events(Redirected from Reference:Editor Events for Plugin System)
There are two kinds of editor-related events in Joomla! 1.5. The first is similar to other events in Joomla! 1.0 where a set of plugin functions can be called as a result of the event triggering. The second kind is somewhat more object orientated, where the event causes invocation of methods in objects derived from the JPlugin class.
Contents |
onCustomEditorButton
Description
Parameters
Return Value
Used in files
onInit
Description
Parameters
Return Value
Used in files
onDisplay
Description
Parameters
Return Value
Used in files
onGetContent
Description
Parameters
Return Value
Used in files
onSetContent
Description
Parameters
Return Value
Used in files
onSave
Description
Is called previously to submitting the form of an editor.
Parameters
Return Value
Must return a javascript text.