Plugin/Events/es: Difference between revisions
From Joomla! Documentation
< Plugin
< Plugin
No edit summary |
Updating to match new version of source page |
||
| Line 6: | Line 6: | ||
=== Autenticación === | === Autenticación === | ||
* [[Plugin/Events/ | * [[Plugin/Events/Authentication#onUserAuthenticate|onUserAuthenticate]] | ||
=== Captcha === | === Captcha === | ||
| Line 66: | Line 66: | ||
=== Usuario === | === Usuario === | ||
* [[Plugin/Events/User#onUserAuthorisation|onUserAuthorisation]] | |||
* [[Plugin/Events/User#onUserAuthorisationFailure|onUserAuthorisationFailure]] | |||
* [[Plugin/Events/User#onUserBeforeSave|onUserBeforeSave]] | * [[Plugin/Events/User#onUserBeforeSave|onUserBeforeSave]] | ||
* [[Plugin/Events/User#onUserAfterSave|onUserAfterSave]] | * [[Plugin/Events/User#onUserAfterSave|onUserAfterSave]] | ||
| Line 74: | Line 76: | ||
* [[Plugin/Events/User#onUserAfterLogin|onUserAfterLogin]] | * [[Plugin/Events/User#onUserAfterLogin|onUserAfterLogin]] | ||
* [[Plugin/Events/User#onUserLogout|onUserLogout]] | * [[Plugin/Events/User#onUserLogout|onUserLogout]] | ||
* [[Plugin/Events/User#onUserBeforeSaveGroup|onUserBeforeSaveGroup]] | * [[Plugin/Events/User#onUserBeforeSaveGroup|onUserBeforeSaveGroup]] | ||
* [[Plugin/Events/User#onUserAfterSaveGroup|onUserAfterSaveGroup]] | * [[Plugin/Events/User#onUserAfterSaveGroup|onUserAfterSaveGroup]] | ||
Revision as of 21:56, 19 January 2017
It has been suggested that this article or section be split into specific version Namespaces. (Discuss). If version split is not obvious, please allow split request to remain for 1 week pending discussions. Proposed since 9 years ago.
Joomla!
3.x
Joomla!
2.5
Joomla! incluye una variedad de eventos, organizados en grupos. Estos se describen a continuación.
Autenticación
Captcha
Contenido
- onContentPrepare
- onContentAfterTitle (
only) - onContentBeforeDisplay
- onContentAfterDisplay
- onContentBeforeSave
- onContentAfterSave
- onContentPrepareForm
- onContentPrepareData
- onContentBeforeDelete
- onContentAfterDelete
- onContentChangeState
- onContentSearch
- onContentSearchAreas
Editores
Extensiones
- onExtensionAfterInstall
- onExtensionAfterUninstall
- onExtensionAfterUpdate
- onExtensionBeforeSave
- onExtensionAfterSave
Finder
- onFinderCategoryChangeState
- onFinderChangeState
- onFinderAfterDelete
- onFinderAfterDelete
- onFinderBeforeSave
- onFinderAfterSave
Quick Icons
Sistema
- onAfterInitialise
- onAfterRoute
- onAfterDispatch
- onAfterRender
- onBeforeRender
- onBeforeCompileHead
- onSearch
- onSearchAreas
- onGetWebServices
Usuario
- onUserAuthorisation
- onUserAuthorisationFailure
- onUserBeforeSave
- onUserAfterSave
- onUserBeforeDelete
- onUserAfterDelete
- onUserLogin
- onUserLoginFailure
- onUserAfterLogin
- onUserLogout
- onUserBeforeSaveGroup
- onUserAfterSaveGroup
- onUserBeforeDeleteGroup
- onUserAfterDeleteGroup