Skip to end of banner
Go to start of banner

Main

Skip to end of metadata
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 11 Next »

Description

This tag is used to define the main area layout.

 

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.

 

Examples

Main area
<main>
	<view>
    	<type>areas</type>
        <screenareas>
        	...
        </screenareas>
	</view>

    <sections>
        <section>
        	<id>secMainInformation</id>
			<name>Main Information</name>
			...
 		</section>
		
		<section>
        	<id>secCharacteristics</id>
			<name>Characteristics</name>
			...
 		</section>
		<section>
        	<id>secProductValidity</id>
			<name>Product Validity</name>
			...
 		</section> 
		<section>
        	<id>secLogInformation</id>
			<name>Log Information</name>
			...
 		</section>
		<section>
        	<id>secPricePlans</id>
			<name>Price Plans</name>
			...
 		</section>	
		<section>
        	<id>secCategories</id>
			<name>Categories</name>
			...
 		</section>
		<section>
        	<id>secAttachments</id>
			<name>Attachments</name>
			...
 		</section>
	</sections>
</main>
  • No labels