diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 08:11:52 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 08:11:52 -0500 |
commit | 60bf87bb34c4c0216fbbe42458d194e1e76c0aaa (patch) | |
tree | 166bad105412b4a208f798ce9eaab405d3a00640 | |
parent | 05991e2206cab8008a981411b35224b9cd86fce7 (diff) |
notes about existing events; should probably put this in a separate doc
-rw-r--r-- | EVENTS.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt new file mode 100644 index 000000000..bd511d75e --- /dev/null +++ b/EVENTS.txt @@ -0,0 +1,11 @@ +StartPrimaryNav: Showing the primary nav menu +- $action: the current action + +EndPrimaryNav: At the end of the primary nav menu +- $action: the current action + +StartSecondaryNav: Showing the secondary nav menu +- $action: the current action + +EndSecondaryNav: At the end of the secondary nav menu +- $action: the current action |