Plugin/Events/es: Difference between revisions
From Joomla! Documentation
< Plugin
< Plugin
Updating to match new version of source page |
Updating to match new version of source page |
||
| Line 77: | Line 77: | ||
* [[Plugin/Events/User#onUserAuthorisation|onUserAuthorisation]] | * [[Plugin/Events/User#onUserAuthorisation|onUserAuthorisation]] | ||
* [[Plugin/Events/User#onUserAuthorisationFailure|onUserAuthorisationFailure]] | * [[Plugin/Events/User#onUserAuthorisationFailure|onUserAuthorisationFailure]] | ||
* [[Plugin/Events/User#onUserBeforeSaveGroup|onUserBeforeSaveGroup]] | |||
* [[Plugin/Events/User#onUserAfterSaveGroup|onUserAfterSaveGroup]] | |||
* [[Plugin/Events/User#onUserBeforeDeleteGroup|onUserBeforeDeleteGroup]] | |||
* [[Plugin/Events/User#onUserAfterDeleteGroup|onUserAfterDeleteGroup]] | |||
=== Componente de Eventos en el núcleo === | === Componente de Eventos en el núcleo === | ||
Revision as of 22:35, 8 March 2016
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 10 years ago.
Joomla!
3.x
Joomla!
2.5
Joomla! se suministra con una variedad de eventos del núcleo, organizados en grupos. Estos se describen en los siguientes temas.
Authentication
Captcha
Content
- onContentPrepare
- onContentAfterTitle (
only) - onContentBeforeDisplay
- onContentAfterDisplay
- onContentBeforeSave
- onContentAfterSave
- onContentPrepareForm
- onContentPrepareData
- onContentBeforeDelete
- onContentAfterDelete
- onContentChangeState
- onContentSearch
- onContentSearchAreas
Editors
Extensions
- onExtensionAfterInstall
- onExtensionAfterUninstall
- onExtensionAfterUpdate
- onExtensionBeforeSave
- onExtensionAfterSave
Finder
- onFinderCategoryChangeState
- onFinderChangeState
- onFinderAfterDelete
- onFinderAfterDelete
- onFinderBeforeSave
- onFinderAfterSave
Quick Icons
System
- onAfterInitialise
- onAfterRoute
- onAfterDispatch
- onAfterRender
- onBeforeRender
- onBeforeCompileHead
- onSearch
- onSearchAreas
- onGetWebServices
User
- onUserBeforeSave
- onUserAfterSave
- onUserBeforeDelete
- onUserAfterDelete
- onUserLogin
- onUserLoginFailure
- onUserAfterLogin
- onUserLogout
- onUserAuthenticate
- onUserAuthorisation
- onUserAuthorisationFailure
- onUserBeforeSaveGroup
- onUserAfterSaveGroup
- onUserBeforeDeleteGroup
- onUserAfterDeleteGroup