X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FReaction%2FUI%2FWidget%2FObject.pm;h=de83e2543a4d325ee9cb5be290f570fc7d77b3f0;hb=e653a48785a1942da650254c8fba30706ca18333;hp=a44a66dfbd5996e5bd6b638dedc25916920e708a;hpb=599c1172394e3377d8e3e28c06557a99a1a10d1e;p=catagits%2FReaction.git diff --git a/lib/Reaction/UI/Widget/Object.pm b/lib/Reaction/UI/Widget/Object.pm index a44a66d..de83e25 100644 --- a/lib/Reaction/UI/Widget/Object.pm +++ b/lib/Reaction/UI/Widget/Object.pm @@ -29,7 +29,7 @@ __END__; =head1 NAME -Reaction::UI::Widget::Object +Reaction::UI::Widget::Object - Widget to implement rendering of an object =head1 DESCRIPTION @@ -37,11 +37,12 @@ Reaction::UI::Widget::Object =head2 container_list -Sequentially renders the C of the viewport; +Sequentially renders the C of the viewport found in its C +method return values. =head2 container -Renders the C viewport passed by C +Renders the C viewport passed by C. =head1 DEPRECATED FRAGMENTS @@ -53,6 +54,42 @@ Sequentially renders the C of the viewport; Renders the C viewport passed by C +=head1 LAYOUT SETS + +=head2 base + + share/skin/base/layout/object.tt + +The following layouts are provided: + +=over 4 + +=item widget + +Renders the C fragment. + +=item container + +Renders the container viewport. + +=back + +=head2 default + + share/skin/default/layout/object.tt + +This layout set inherits from the one with the same name in the C skin. + +The following layouts are provided: + +=over 4 + +=item container + +Renders the container viewport. + +=back + =head1 AUTHORS See L for authors.