Plugin/Events: Difference between revisions
From Joomla! Documentation
< Plugin
< Plugin
Split off events from Plugin |
No edit summary |
||
Line 7: | Line 7: | ||
* [[Plugin events/Contact|Contact events]] | * [[Plugin events/Contact|Contact events]] | ||
This is | 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. | ||
* [[Plugin | == System == | ||
* [[Plugin | * [[Plugin/Events/System#onAfterInitialise|onAfterInitialise]] | ||
* [[Plugin | * [[Plugin/Events/System#onAfterRoute|onAfterRoute]] | ||
* [[Plugin | * [[Plugin/Events/System#onAfterDispatch|onAfterDispatch]] | ||
* [[Plugin | * [[Plugin/Events/System#onAfterRender|onAfterRender]] | ||
* [[Plugin | |||
* [[Plugin | == Content == | ||
* [[Plugin | * [[Plugin/Events/Content#onAfterDisplay|onAfterDisplay]] | ||
* [[Plugin | * [[Plugin/Events/Content#onAfterContentSave|onAfterContentSave]] | ||
* [[Plugin | * [[Plugin/Events/Content#onAfterDisplayTitle|onAfterDisplayTitle]] | ||
* [[Plugin | * [[Plugin/Events/Content#onAfterDisplayContent|onAfterDisplayContent]] | ||
* [[Plugin | * [[Plugin/Events/Content#onPrepareContent|onPrepareContent]] | ||
* [[Plugin | * [[Plugin/Events/Content#onBeforeDisplay|onBeforeDisplay]] | ||
* [[Plugin | * [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] | ||
* [[Plugin | * [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] | ||
* [[Plugin | |||
* [[Plugin | == User == | ||
* [[Plugin | * [[Plugin/Events/User#onBeforeDeleteUser|onBeforeDeleteUser]] | ||
* [[Plugin | * [[Plugin/Events/User#onAfterDeleteUser|onAfterDeleteUser]] | ||
* [[Plugin | * [[Plugin/Events/User#onBeforeStoreUser|onBeforeStoreUser]] | ||
* [[Plugin | * [[Plugin/Events/User#onAfterStoreUser|onAfterStoreUser]] | ||
* [[Plugin | * [[Plugin/Events/User#onLoginUser|onLoginUser]] | ||
* [[Plugin | * [[Plugin/Events/User#onLoginUser|onLoginFailure]] | ||
* [[Plugin | * [[Plugin/Events/User#onLogoutUser|onLogoutUser]] | ||
* [[Plugin | * [[Plugin/Events/User#onLogoutUser|onLogoutFailure]] | ||
* [[Plugin | |||
* [[Plugin | == Authentication == | ||
* [[Plugin | * [[Plugin/Events/User#onAuthenticate|onAuthenticate]] | ||
* [[Plugin | * [[Plugin/Events/User#onAuthenticateFailure|onAuthenticateFailure]] | ||
* [[Plugin | |||
* [[Plugin | == Editors == | ||
* [[Plugin | * [[Plugin/Events/Editor#onInit|onInit]] | ||
* [[Plugin | * [[Plugin/Events/Editor#onSave|onSave]] | ||
* [[Plugin | * [[Plugin/Events/Editor#onSetContent|onSetContent]] | ||
* [[Plugin/Events/Editor#onCustomEditorButton|onCustomEditorButton]] (editors-xtd) | |||
* [[Plugin/Events/Editor#onDisplay|onDisplay]] | |||
* [[Plugin/Events/Editor#onGetContent|onGetContent]] | |||
* [[Plugin/Events/Editor#onGetInsertMethod|onGetInsertMethod]] | |||
== Search == | |||
* [[Plugin/Events/System#onSearch|onSearch]] | |||
* [[Plugin/Events/System#onSearchAreas|onSearchAreas]] | |||
== Contact == | |||
* [[Plugin/Events/Contact#onSubmitContact|onSubmitContact]] | |||
* [[Plugin/Events/Contact#onValidateContact|onValidateContact]] | |||
== XML-RPC == | |||
* [[Plugin/Events/System#onGetWebServices|onGetWebServices]] | |||
<noinclude>[[Category:Plugin Development|Events]][[Category:Specifications]]</noinclude> | <noinclude>[[Category:Plugin Development|Events]][[Category:Specifications]]</noinclude> |
Revision as of 09:34, 2 September 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.
System
Content
- onAfterDisplay
- onAfterContentSave
- onAfterDisplayTitle
- onAfterDisplayContent
- onPrepareContent
- onBeforeDisplay
- onBeforeContentSave
- onBeforeDisplayContent
User
- onBeforeDeleteUser
- onAfterDeleteUser
- onBeforeStoreUser
- onAfterStoreUser
- onLoginUser
- onLoginFailure
- onLogoutUser
- onLogoutFailure
Authentication
Editors
- onInit
- onSave
- onSetContent
- onCustomEditorButton (editors-xtd)
- onDisplay
- onGetContent
- onGetInsertMethod