]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
StartSubMenu and EndSubMenu events
[quix0rs-gnu-social.git] / EVENTS.txt
index b98c6ff52fda2a06e6b26ce9ae2a270a0a816c5b..9a6ddfd9a420f823836532ff66bbbcc7532553fb 100644 (file)
@@ -1472,3 +1472,12 @@ EndHomeStubNavItems:
 - $action: action being executed (for output and params)
 - $items: array of items in the nav
 
+EndSubMenu: After outputting a submenu (including enclosing tags) to HTML
+- $out:     HTMLOutputter used to output (usually an Action, but not always!)
+- $menu:    The Menu object outputted as a submenu.
+- $label:   Localized text which represents the menu item.
+
+StartSubMenu: Before outputting a submenu (including enclosing tags) to HTML
+- $out:     HTMLOutputter used to output (usually an Action, but not always!)
+- $menu:    The Menu object outputted as a submenu.
+- $label:   Localized text which represents the menu item.