Plugin/Events: Difference between revisions
From Joomla! Documentation
< Plugin
< Plugin
Betweenbrain (talk | contribs) |
Betweenbrain (talk | contribs) |
||
| Line 25: | Line 25: | ||
* [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] {{JVer|1.5}} | * [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] {{JVer|1.5}} | ||
* [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] {{JVer|1.5}} | * [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] {{JVer|1.5}} | ||
* [[Plugin/Events/Content#onContentPrepareForm|onContentPrepareForm]] {{JVer|1.5}} | * [[Plugin/Events/Content#onContentPrepareForm|onContentPrepareForm]] {{JVer|1.5}} {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentPrepareData|onContentPrepareData]] {{JVer|1.5}} {{JVer|3.0}} | * [[Plugin/Events/Content#onContentPrepareData|onContentPrepareData]] {{JVer|1.5}} {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentAfterDelete|onContentAfterDelete]] {{JVer|3.0}} | |||
* [[Plugin/Events/Content#onContentBeforeDelete|onContentBeforeDelete]] {{JVer|3.0}} | * [[Plugin/Events/Content#onContentBeforeDelete|onContentBeforeDelete]] {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentBeforeDisplay|onContentBeforeDisplay]] {{JVer|3.0}} | * [[Plugin/Events/Content#onContentBeforeDisplay|onContentBeforeDisplay]] {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentAfterDisplay|onContentAfterDisplay]] {{JVer|3.0}} | * [[Plugin/Events/Content#onContentAfterDisplay|onContentAfterDisplay]] {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentBeforeSave|onContentBeforeSave]] {{JVer|3.0}} | * [[Plugin/Events/Content#onContentBeforeSave|onContentBeforeSave]] {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentAfterSave|onContentAfterSave]] {{JVer|3.0}} | * [[Plugin/Events/Content#onContentAfterSave|onContentAfterSave]] {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentAfterTitle|onContentAfterTitle]] {{JVer|3.0}} | |||
* [[Plugin/Events/Content#onContentChangeState|onContentChangeState]] {{JVer|3.0}} | |||
* [[Plugin/Events/Content#onContentPrepare|onContentPrepare]] {{JVer|3.0}} | * [[Plugin/Events/Content#onContentPrepare|onContentPrepare]] {{JVer|3.0}} | ||
* [[Plugin/Events/Content#onContentSearch|onContentSearch]] {{JVer|3.0}} | |||
* [[Plugin/Events/Content#onContentSearchAreas|onContentSearchAreas]] {{JVer|3.0}} | |||
== User == | == User == | ||
Revision as of 03:21, 12 February 2013
Joomla! ships with a variety of core events, organised into groups. These are described in the following topics.
This is list of the core events in Joomla! 1.5 together with the group name to which each belongs. Each event name links to more detailed information.
System
Content
- onAfterDisplay

- onAfterContentSave

- onAfterDisplayTitle

- onAfterDisplayContent

- onPrepareContent

- onBeforeDisplay

- onBeforeContentSave

- onBeforeDisplayContent

- onContentPrepareForm

- onContentPrepareData

- onContentAfterDelete

- onContentBeforeDelete

- onContentBeforeDisplay

- onContentAfterDisplay

- onContentBeforeSave

- onContentAfterSave

- onContentAfterTitle

- onContentChangeState

- onContentPrepare

- onContentSearch

- onContentSearchAreas

User
- onBeforeDeleteUser
- onAfterDeleteUser
- onBeforeStoreUser
- onAfterStoreUser
- onLoginUser
- onLoginFailure
- onLogoutUser
- onLogoutFailure
Authentication
Editors
- onInit
- onSave
- onSetContent
- onCustomEditorButton (editors-xtd)
- onDisplay
- onGetContent
- onGetInsertMethod