r15374@deathmachine (orig r423): edenc | 2007-12-17 13:43:38 -0500
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Action / Link.pm
1 package Reaction::UI::Widget::Action::Link;
2
3 use Reaction::UI::WidgetClass;
4
5 #I want to change this at some point.
6 class Link, which {
7
8   before fragment widget {
9     arg uri => $_{viewport}->uri;
10     arg label => $_{viewport}->label;
11   };
12
13 };
14
15 1;
16
17 __END__;
18