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