Reference

Wiki events

Events in the wiki group. A plugin in core/plugins/wiki/ receives an event by defining a public method with the event's name; the arguments are those the call site passes, in order.

wiki.onAfterDisplayContent

Fired from:

No plugin in the source tree listens for this event.

wiki.onAfterDisplayTitle

Fired from:

No plugin in the source tree listens for this event.

wiki.onBeforeDisplayContent

Fired from:

No plugin in the source tree listens for this event.

wiki.onDisplayEditor

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

wiki.onGetWikiParser

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

wiki.onInitEditor

No call site in the CMS fires this event; the listener may answer an event fired by another package or by an older plugin.

Listeners:

wiki.onWikiAfterBeforeComment

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiAfterDelete

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiAfterDeleteComment

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiAfterDeleteVersion

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiAfterSave

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiAfterSaveComment

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiAfterSaveVersion

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiBeforeSave

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiBeforeSaveVersion

Fired from:

No plugin in the source tree listens for this event.

wiki.onWikiParseText

Fired from:

Listeners:

Generated from the source tree.