aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-17 19:13:48 +0000
committeredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-08-17 19:13:48 +0000
commitb6c6aad4193caafefbe68ce74e2d6481a184e4df (patch)
tree65cb4fa75f3d3ede550898a1a8a26a74de75ca55
parentf1cd5548dac21719deb3412fbc5d8dadb9338cc3 (diff)
downloadreaction-b6c6aad4193caafefbe68ce74e2d6481a184e4df.tar.gz
reaction-b6c6aad4193caafefbe68ce74e2d6481a184e4df.zip
minor doc fix
-rw-r--r--lib/Reaction/Manual/RenderPage.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Reaction/Manual/RenderPage.pod b/lib/Reaction/Manual/RenderPage.pod
index 2348eb2..c0b92f8 100644
--- a/lib/Reaction/Manual/RenderPage.pod
+++ b/lib/Reaction/Manual/RenderPage.pod
@@ -11,9 +11,9 @@ L<Reaction::UI::Window/flush> which in turn calls
L<Reaction::UI::View/render_window>.
The View first fetches the root ViewPort from the Window's stack and
-creates a RenderingContext. The ViewPort is used to retrieve the
-appropriate Widget object for the Layout. The Widget is then used to
-render the content via the RenderingContext.
+creates a RenderingContext. The layout is chosen based on the ViewPort name or
+though the ViewPort's C<layout> attribute. The Widget is then used to render the
+content via the RenderingContext.
Ingredients used:
* LayoutSet class: Reaction::UI::LayoutSet