summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-21 16:54:35 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-21 16:54:35 -0400
commit9aa39c757396e66ad959adc9fda63bfd0a869e8b (patch)
tree65aadf3229ade43394fcfd64d829e2ee8f980533 /EVENTS.txt
parent8e21e37d707c61b673b0ba2154469d2fae91b90f (diff)
add hooks to allow loading custom help documentation
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 25d95fe06..a79687bae 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -227,3 +227,11 @@ StartNewQueueManager: before trying to start a new queue manager; good for plugi
RedirectToLogin: event when we force a redirect to login (like when going to a settings page on a remembered login)
- $action: action object being shown
- $user: current user
+
+StartLoadDoc: before loading a help doc (hook this to show your own documentation)
+- $title: title of the document
+- $output: HTML output to show
+
+EndLoadDoc: after loading a help doc (hook this to modify other documentation)
+- $title: title of the document
+- $output: HTML output to show