Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Layout Main

This tag is used to define the main area layout.

Child pages (Children Display)

Attributes

NameDescriptionValue
viewThe way the information in the main area will be displayedThe view type and a list of screen areas that the main area will be divided into.
sectionsDivisions of the main area information.A list of sections that will be displayed in the main area.

Example

Expand
titleMain

Code Block
themeEclipse
languagexml
titleMain
<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>