J1.5

Plugin/Events/Editor

From Joomla! Documentation

< J1.5:Plugin/Events

The "J1.5" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

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.

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]

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.

Used in files[edit]

onGetInsertMethod[edit]

Description[edit]

Parameters[edit]

Return Value[edit]

Used in files[edit]