X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FReaction%2FUI%2FWidget%2FCollection.pm;h=e991c4c6d2b678deabf3256528191d19dde3464b;hb=dfed49732b9c4594f104d4fc074c421fc8e7df4c;hp=e679740cdb76e5ce614e83f6f0ff907221870a92;hpb=bae75beec20b3b73faa2118db8ebfa5b93c9918a;p=catagits%2FReaction.git diff --git a/lib/Reaction/UI/Widget/Collection.pm b/lib/Reaction/UI/Widget/Collection.pm index e679740..e991c4c 100644 --- a/lib/Reaction/UI/Widget/Collection.pm +++ b/lib/Reaction/UI/Widget/Collection.pm @@ -22,12 +22,50 @@ __END__; =head1 NAME -Reaction::UI::Widget::Collection +Reaction::UI::Widget::Collection - Render the current viewport's member viewports =head1 DESCRIPTION +This widget will allow you to render the viewports stored in the current viewports +C attribute. + =head1 FRAGMENTS +=head2 members + +Renders the C fragment for every entry in the viewports C attribute. + +=head2 member + +Renders the C fragment, which will in turn render the C<_> argument. That +will be one of the viewports in the current viewport's C attribute when +called from C. + +=head1 LAYOUT SETS + + share/skin/base/layout/collection.tt + +The following layouts are provided: + +=over 4 + +=item widget + +Renders a C
element with a class attribute of C and the +C fragment as the content. + +=back + +=head1 SEE ALSO + +=over 4 + +=item * L + +=item * L + +=back + =head1 AUTHORS See L for authors.