| PDF-FromHTML documentation | view source | Contained in the PDF-FromHTML distribution. |
PDF::FromHTML::Template::Container::Conditional
To conditionally allow children to render
CONDITIONAL IF (an alias for CONDITIONAL)
PDF::FromHTML::Template::Container
None
Nothing
None
<if name="__PAGE__" OP="!=" VALUE="__LAST_PAGE__">
... Children execute if the current page is not the last page ...
</if>
<if name="Param1" OP="eq" VALUE="$Param2">
... Children execute if Param1 is string-wise equals to Param2 ...
</if>
Rob Kinyon (rkinyon@columbus.rr.com)
| PDF-FromHTML documentation | view source | Contained in the PDF-FromHTML distribution. |