more POD docs for WebGUI::Session::Style->process that describe hierarchy if templates
This commit is contained in:
parent
6a9a4bb0a0
commit
7867ce3573
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue