| Tag Summary |
| render |
Renders a frame, section, or file.
When rendering frames or files, you can define sections (see 'section' tag).
When rendering a frame, the sections defined by the frame will be inherited and
you can then define more sections. If a section definition has the same name as
on of the inherited sections, it will override the inherited section, but only
for the duration of the render.
|
| section |
Defines a section. Used within 'render' and 'frame' tags.
Allows you to set the section's name as well as the location of the
section's content. The content can be a file, a previously defined
frame or it can be explicitly defined within the 'section' tag.
|
| frame |
Defines a frame that can later be extended and re-used by other
'frame' or 'render' tags.
A frame has to either specify a file, via the 'file' attribute, or
extend an existing frame via the 'baseFrame' attribute.
You can define sections (see 'section' tag).
When extending an existing frame, the sections defined by the frame will be inherited
and you can then define more sections. If a section definition has the same name as
on of the inherited sections, it will override the inherited section, but only within
the scope of the new frame.
See the 'render' tag for details on rendering frames.
|