[Jifty-commit] r1104 - in jifty/trunk: lib/Jifty/Web

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 23 11:15:22 EDT 2006


Author: jesse
Date: Tue May 23 11:15:21 2006
New Revision: 1104

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web/Menu.pm

Log:
 r13997 at hualien:  jesse | 2006-05-23 11:14:02 -0400
 * Updated pod coverage for contextual menus


Modified: jifty/trunk/lib/Jifty/Web/Menu.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Menu.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Menu.pm	Tue May 23 11:15:21 2006
@@ -163,6 +163,13 @@
 }
 
 
+=head2 render_as_context_menu
+
+Render this menu with html markup as an inline dropdown menu.
+
+
+=cut
+
 sub render_as_context_menu {
     my $self = shift;
     my @kids = $self->children;


More information about the Jifty-commit mailing list