Plugin/Events: Difference between revisions

From Joomla! Documentation

Mvangeest (talk | contribs)
Split off events from Plugin
 
Wgviana (talk | contribs)
No edit summary
Line 7: Line 7:
* [[Plugin events/Contact|Contact events]]
* [[Plugin events/Contact|Contact events]]


This is an alphabetical 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.


* [[Plugin events/Content#onAfterContentSave|onAfterContentSave]] (content)
== System ==
* [[Plugin events/User#onAfterDeleteUser|onAfterDeleteUser]] (user)
* [[Plugin/Events/System#onAfterInitialise|onAfterInitialise]]
* [[Plugin events/Content#onAfterDisplay|onAfterDisplay]] (content)
* [[Plugin/Events/System#onAfterRoute|onAfterRoute]]
* [[Plugin events/Content#onAfterDisplayTitle|onAfterDisplayTitle]] (content)
* [[Plugin/Events/System#onAfterDispatch|onAfterDispatch]]
* [[Plugin events/Content#onAfterDisplayContent|onAfterDisplayContent]] (content)
* [[Plugin/Events/System#onAfterRender|onAfterRender]]
* [[Plugin events/System#onAfterInitialise|onAfterInitialise]] (system)
 
* [[Plugin events/System#onAfterRoute|onAfterRoute]] (system)
== Content ==
* [[Plugin events/System#onAfterDispatch|onAfterDispatch]] (system)
* [[Plugin/Events/Content#onAfterDisplay|onAfterDisplay]]
* [[Plugin events/System#onAfterRender|onAfterRender]] (system)
* [[Plugin/Events/Content#onAfterContentSave|onAfterContentSave]]
* [[Plugin events/User#onAfterStoreUser|onAfterStoreUser]] (user)
* [[Plugin/Events/Content#onAfterDisplayTitle|onAfterDisplayTitle]]
* [[Plugin events/User#onAuthenticate|onAuthenticate]] (authentication)
* [[Plugin/Events/Content#onAfterDisplayContent|onAfterDisplayContent]]
* [[Plugin events/User#onAuthenticateFailure|onAuthenticateFailure]] (authentication)
* [[Plugin/Events/Content#onPrepareContent|onPrepareContent]]
* [[Plugin events/Content#onBeforeContentSave|onBeforeContentSave]] (content)
* [[Plugin/Events/Content#onBeforeDisplay|onBeforeDisplay]]
* [[Plugin events/User#onBeforeDeleteUser|onBeforeDeleteUser]] (user)
* [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]]
* [[Plugin events/Content#onBeforeDisplay|onBeforeDisplay]] (content)
* [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]]
* [[Plugin events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] (content)
 
* [[Plugin events/User#onBeforeStoreUser|onBeforeStoreUser]] (user)
== User ==
* [[Plugin events/Editor#onCustomEditorButton|onCustomEditorButton]] (editors-xtd)
* [[Plugin/Events/User#onBeforeDeleteUser|onBeforeDeleteUser]]
* [[Plugin events/Editor#onDisplay|onDisplay]] (editors)
* [[Plugin/Events/User#onAfterDeleteUser|onAfterDeleteUser]]
* [[Plugin events/Editor#onGetContent|onGetContent]] (editors)
* [[Plugin/Events/User#onBeforeStoreUser|onBeforeStoreUser]]
* [[Plugin events/Editor#onGetInsertMethod|onGetInsertMethod]] (editors)
* [[Plugin/Events/User#onAfterStoreUser|onAfterStoreUser]]
* [[Plugin events/System#onGetWebServices|onGetWebServices]] (xmlrpc)
* [[Plugin/Events/User#onLoginUser|onLoginUser]]
* [[Plugin events/Editor#onInit|onInit]] (editors)
* [[Plugin/Events/User#onLoginUser|onLoginFailure]]
* [[Plugin events/User#onLoginUser|onLoginFailure]] (user)
* [[Plugin/Events/User#onLogoutUser|onLogoutUser]]
* [[Plugin events/User#onLogoutUser|onLogoutFailure]] (user)
* [[Plugin/Events/User#onLogoutUser|onLogoutFailure]]
* [[Plugin events/User#onLoginUser|onLoginUser]] (user)
 
* [[Plugin events/User#onLogoutUser|onLogoutUser]] (user)
== Authentication ==
* [[Plugin events/Content#onPrepareContent|onPrepareContent]] (content)
* [[Plugin/Events/User#onAuthenticate|onAuthenticate]]
* [[Plugin events/Editor#onSave|onSave]] (editors)
* [[Plugin/Events/User#onAuthenticateFailure|onAuthenticateFailure]]
* [[Plugin events/System#onSearch|onSearch]] (search)
 
* [[Plugin events/System#onSearchAreas|onSearchAreas]] (search)
== Editors ==
* [[Plugin events/Editor#onSetContent|onSetContent]] (editors)
* [[Plugin/Events/Editor#onInit|onInit]]
* [[Plugin events/Contact#onSubmitContact|onSubmitContact]] (contact)
* [[Plugin/Events/Editor#onSave|onSave]]
* [[Plugin events/Contact#onValidateContact|onValidateContact]] (contact)
* [[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