Plugin/Events
From Joomla! Documentation
< Plugin(Difference between revisions)
Dextercowley (Talk | contribs) (/* onContentPrepareData, onContentPrepareForm) |
|||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
Joomla! ships with a variety of core events, organised into groups. These are described in the following topics. | Joomla! ships with a variety of core events, organised into groups. These are described in the following topics. | ||
| − | * [[Plugin | + | * [[Plugin/Events/System|System events]] |
| − | * [[Plugin | + | * [[Plugin/Events/Content|Content events]] |
| − | * [[Plugin | + | * [[Plugin/Events/User|User events]] |
| − | * [[Plugin | + | * [[Plugin/Events/Editor|Editor events]] |
| − | * [[Plugin | + | |
| + | * [[Plugin/Events/Contact|Contact events]] | ||
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. | 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. | ||
| Line 24: | Line 25: | ||
* [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] | * [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] | ||
* [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] | * [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] | ||
| + | * [[Plugin/Events/Content#onContentPrepareForm|onContentPrepareForm]] | ||
| + | * [[Plugin/Events/Content#onContentPrepareData|onContentPrepareData]] | ||
== User == | == User == | ||
Revision as of 14:30, 20 October 2011
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.
Contents |
System
Content
- onAfterDisplay
- onAfterContentSave
- onAfterDisplayTitle
- onAfterDisplayContent
- onPrepareContent
- onBeforeDisplay
- onBeforeContentSave
- onBeforeDisplayContent
- onContentPrepareForm
- onContentPrepareData
User
- onBeforeDeleteUser
- onAfterDeleteUser
- onBeforeStoreUser
- onAfterStoreUser
- onLoginUser
- onLoginFailure
- onLogoutUser
- onLogoutFailure
Authentication
Editors
- onInit
- onSave
- onSetContent
- onCustomEditorButton (editors-xtd)
- onDisplay
- onGetContent
- onGetInsertMethod