[Jifty-commit] r7582 - jifty/trunk/lib/Jifty/Web

Jifty commits jifty-commit at lists.jifty.org
Tue Nov 3 17:30:54 EST 2009


Author: jesse
Date: Tue Nov  3 17:30:53 2009
New Revision: 7582

Modified:
   jifty/trunk/lib/Jifty/Web/Menu.pm

Log:
Jifty::Web::Link doesn't exist. Jifty::Web::Form::Clickable does.

Modified: jifty/trunk/lib/Jifty/Web/Menu.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Menu.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Menu.pm	Tue Nov  3 17:30:53 2009
@@ -76,9 +76,9 @@
 
 =head2 link
 
-Gets or set a Jifty::Web::Link object that represents this menu item. If
-you're looking to do complex ajaxy things with menus, this is likely
-the option you want.
+Gets or set a Jifty::Web::Form::Clickable object that represents this
+menu item. If you're looking to do complex ajaxy things with menus,
+this is likely the option you want.
 
 =head2 target [STRING]
 
@@ -471,8 +471,8 @@
 
 =head2 as_link
 
-Return this menu item as a C<Jifty::Web::Link>, either the one we were
-initialized with or a new one made from the C</label> and C</url>
+Return this menu item as a C<Jifty::Web::Form::Clickable>, either the one
+we were initialized with or a new one made from the C</label> and C</url>
 
 If there's no C</url> and no C</link>, renders just the label.
 


More information about the Jifty-commit mailing list