Skip to end of metadata
-
Created by Former user, last modified by Former user on Oct 29, 2014
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 19
Next »
This tag is used to define the main area layout.
Attributes
Name | Description | Value |
---|
view | The way the information in the main area will be displayed | The view type and a list of screen areas that the main area will be divided into. |
sections | Divisions of the main area information. | A list of sections that will be displayed in the main area. |
Example
Main
<main>
<view>
<type>areas</type>
<screenareas>
...
</screenareas>
</view>
<sections>
<section>
<id>secMainInformation</id>
<name>Main Information</name>
...
</section>
<section>
<id>secProductValidity</id>
<name>Product Validity</name>
...
</section>
<section>
<id>secLogInformation</id>
<name>Log Information</name>
...
</section>
</sections>
</main>