Difference between revisions of "Plugin/Events"

From Joomla! Documentation

< Plugin
(/* onContentPrepareData, onContentPrepareForm)
(Remove Reference to 1.5. Listing the 2.5 events is needed though!)
(8 intermediate revisions by one other user not shown)
Line 7: Line 7:
  
 
* [[Plugin/Events/Contact|Contact events]]
 
* [[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.
 
  
 
== System ==
 
== System ==
Line 17: Line 15:
  
 
== Content ==
 
== Content ==
* [[Plugin/Events/Content#onAfterDisplay|onAfterDisplay]]
+
* [[Plugin/Events/Content#onAfterDisplay|onAfterDisplay]] {{JVer|1.5}}
* [[Plugin/Events/Content#onAfterContentSave|onAfterContentSave]]
+
* [[Plugin/Events/Content#onAfterContentSave|onAfterContentSave]] {{JVer|1.5}}
* [[Plugin/Events/Content#onAfterDisplayTitle|onAfterDisplayTitle]]
+
* [[Plugin/Events/Content#onAfterDisplayTitle|onAfterDisplayTitle]] {{JVer|1.5}}
* [[Plugin/Events/Content#onAfterDisplayContent|onAfterDisplayContent]]
+
* [[Plugin/Events/Content#onAfterDisplayContent|onAfterDisplayContent]] {{JVer|1.5}}
* [[Plugin/Events/Content#onPrepareContent|onPrepareContent]]
+
* [[Plugin/Events/Content#onPrepareContent|onPrepareContent]] {{JVer|1.5}}
* [[Plugin/Events/Content#onBeforeDisplay|onBeforeDisplay]]
+
* [[Plugin/Events/Content#onBeforeDisplay|onBeforeDisplay]] {{JVer|1.5}}
* [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]]
+
* [[Plugin/Events/Content#onBeforeContentSave|onBeforeContentSave]] {{JVer|1.5}}
* [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]]
+
* [[Plugin/Events/Content#onBeforeDisplayContent|onBeforeDisplayContent]] {{JVer|1.5}}
* [[Plugin/Events/Content#onContentPrepareForm|onContentPrepareForm]]
+
* [[Plugin/Events/Content#onContentPrepareForm|onContentPrepareForm]] {{JVer|1.5}} {{JVer|3.0}}
* [[Plugin/Events/Content#onContentPrepareData|onContentPrepareData]]
+
* [[Plugin/Events/Content#onContentPrepareData|onContentPrepareData]] {{JVer|1.5}} {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentAfterDelete|onContentAfterDelete]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentBeforeDelete|onContentBeforeDelete]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentBeforeDisplay|onContentBeforeDisplay]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentAfterDisplay|onContentAfterDisplay]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentBeforeSave|onContentBeforeSave]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentAfterSave|onContentAfterSave]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentAfterTitle|onContentAfterTitle]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentChangeState|onContentChangeState]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentPrepare|onContentPrepare]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentSearch|onContentSearch]] {{JVer|3.0}}
 +
* [[Plugin/Events/Content#onContentSearchAreas|onContentSearchAreas]] {{JVer|3.0}}
  
 
== User ==  
 
== User ==  

Revision as of 04:24, 12 February 2013