Plugin/Events/Editor: Difference between revisions
From Joomla! Documentation
Masterchief (talk | contribs) mNo edit summary |
Masterchief (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Plugins]] | |||
====5.4 Editor Events for Plugin System==== | ====5.4 Editor Events for Plugin System==== | ||
===5.4.1 Overview=== | ===5.4.1 Overview=== | ||
Revision as of 22:16, 9 July 2008
5.4 Editor Events for Plugin System
5.4.1 Overview
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.