J1.5

Plugin/Events/Editor

From Joomla! Documentation

< J1.5:Plugin/Events
Revision as of 17:16, 9 July 2008 by Masterchief (talk | contribs)

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.

5.4 Editor Events for Plugin System[edit]

5.4.1 Overview[edit]

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.

5.4.2 onCustomEditorButton[edit]

5.4.2.1 Description[edit]

5.4.2.2 Parameters[edit]

5.4.2.3 Return Value[edit]

5.4.2.4 Used in files[edit]

5.4.3 onInit[edit]

5.4.3.1 Description[edit]

5.4.3.2 Parameters[edit]

5.4.3.3 Return Value[edit]

5.4.3.4 Used in files[edit]

5.4.4 onDisplay[edit]

5.4.4.1 Description[edit]

5.4.4.2 Parameters[edit]

5.4.4.3 Return Value[edit]

5.4.4.4 Used in files[edit]

5.4.5 onGetContent[edit]

5.4.5.1 Description[edit]

5.4.5.2 Parameters[edit]

5.4.5.3 Return Value[edit]

5.4.5.4 Used in files[edit]

5.4.6 onSetContent[edit]

5.4.6.1 Description[edit]

5.4.6.2 Parameters[edit]

5.4.6.3 Return Value[edit]

5.4.6.4 Used in files[edit]

5.4.7 onSave[edit]

5.4.7.1 Description[edit]

5.4.7.2 Parameters[edit]

5.4.7.3 Return Value[edit]

5.4.7.4 Used in files[edit]

5.4.8 onGetInsertMethod[edit]

5.4.8.1 Description[edit]

5.4.8.2 Parameters[edit]

5.4.8.3 Return Value[edit]

5.4.8.4 Used in files[edit]