more POD docs for WebGUI::Session::Style->process that describe hierarchy if templates

This commit is contained in:
Colin Kuskie 2006-10-12 01:13:41 +00:00
parent 6a9a4bb0a0
commit 7867ce3573

View file

@ -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