Plugin/Events
From Joomla! Documentation
< Plugin(Difference between revisions)
Dextercowley (Talk | contribs) (/* onContentPrepareData, onContentPrepareForm) |
(Remove Reference to 1.5. Listing the 2.5 events is needed though!) |
||
| (8 intermediate revisions by one user not shown) | |||
| Line 7: | Line 7: | ||
* [[Plugin/Events/Contact|Contact events]] | * [[Plugin/Events/Contact|Contact events]] | ||
| − | |||
| − | |||
== System == | == System == | ||
| Line 17: | Line 15: | ||
== Content == | == Content == | ||
| − | * [[Plugin/Events/Content#onAfterDisplay|onAfterDisplay]] | + | * [[Plugin/Events/Content#onAfterDisplay|onAfterDisplay]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onAfterContentSave|onAfterContentSave]] | + | * [[Plugin/Events/Content#onAfterContentSave|onAfterContentSave]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onAfterDisplayTitle|onAfterDisplayTitle]] | + | * [[Plugin/Events/Content#onAfterDisplayTitle|onAfterDisplayTitle]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onAfterDisplayContent|onAfterDisplayContent]] | + | * [[Plugin/Events/Content#onAfterDisplayContent|onAfterDisplayContent]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onPrepareContent|onPrepareContent]] | + | * [[Plugin/Events/Content#onPrepareContent|onPrepareContent]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onBeforeDisplay|onBeforeDisplay]] | + | * [[Plugin/Events/Content#onBeforeDisplay|onBeforeDisplay]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] | + | * [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] | + | * [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] {{JVer|1.5}} |
| − | * [[Plugin/Events/Content#onContentPrepareForm|onContentPrepareForm]] | + | * [[Plugin/Events/Content#onContentPrepareForm|onContentPrepareForm]] {{JVer|1.5}} {{JVer|3.0}} |
| − | * [[Plugin/Events/Content#onContentPrepareData|onContentPrepareData]] | + | * [[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#onContentBeforeDisplay|onContentBeforeDisplay]] {{JVer|3.0}} | ||
| + | * [[Plugin/Events/Content#onContentAfterDisplay|onContentAfterDisplay]] {{JVer|3.0}} | ||
| + | * [[Plugin/Events/Content#onContentBeforeSave|onContentBeforeSave]] {{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#onContentSearch|onContentSearch]] {{JVer|3.0}} | ||
| + | * [[Plugin/Events/Content#onContentSearchAreas|onContentSearchAreas]] {{JVer|3.0}} | ||
== User == | == User == | ||
Revision as of 04:24, 12 February 2013
Joomla! ships with a variety of core events, organised into groups. These are described in the following topics.
Contents |
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