type
=“page”
layout
s
<layout type="page" id="pages"> <append> <!-- ... --> </append> </layout>
The contents of a
layout
s with
type
=“page”
specify the page
layout manager methods that get invoked to
generate
() its contents.
type
=“page”
layout
s<container> <name>pages</name> <type>page</type> </container>
A container
with a
type
=“page”
creates a container that uses the
page layout manager.