From 7867ce35739f0ab984ac317d6c9fc08e9ee5cdf6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Oct 2006 01:13:41 +0000 Subject: [PATCH] more POD docs for WebGUI::Session::Style->process that describe hierarchy if templates --- lib/WebGUI/Session/Style.pm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Session/Style.pm b/lib/WebGUI/Session/Style.pm index 209af426b..7b7ab255a 100644 --- a/lib/WebGUI/Session/Style.pm +++ b/lib/WebGUI/Session/Style.pm @@ -141,7 +141,14 @@ The content to be parsed into the style. Usually generated by WebGUI::Page::gene =head3 templateId -The unique identifier for the template to retrieve. +The unique identifier for the template to retrieve. +If $style->useEmptyStyle has been set, then the empty style +templateId will be used over templateId. If personalStyleId +is set in $session->scratch, then that id will be used over the +other two. Finally, if $style->makePrintable has been called, +process will try to find a template for making the output printable +from $style->printableStyleId, from $session->asset or from any of +$session->asset's ancestors. =cut