Description
This tag is used to define the main area layout.
Attributes
Name | Description | Value |
---|---|---|
view | The view type and a list of screen areas that the main area will be divided into. | |
sections | A list of sections that will be displayed in the main area. |
Examples
<main> <view> <type>areas</type> <screenareas> ... </screenareas> </view> <sections> <section> ... </section> ... </sections> </main>