Skip to end of banner
Go to start of banner

Layout Screenarea

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 22 Next »

Layout Screenarea

This tag is used to define the screen areas that the main area will horizontally be divided into.

Attributes

NameDescriptionValue
leftscreenareaTakes the left side of the main area if there is a rightscreenarea otherwise it expands to the entire main area's width. Only one leftscreenarea can exist in a screenarea.

A list of sections that will be displayed in the left screen area

rightscreenareaTakes the right side of the main area if there is a leftscreenarea otherwise it takes the left side and covers only 50% of the entire main area's width. Only one rightscreenarea can exist in a screenare.A list of sections that will be displayed in the right screen area
typeThe type of the screenarea. When the attribute is not defined the type is standard. When defined the only acceptable value is 'preview'.preview
nameThe name of the screenareaAny
   
   

Example

 Screenarea

Screenarea
<screenareas>
	<screenarea>
		<leftscreenarea>
			<sections>
				<section><id>secMainInformation</id></section>
				<section><id>secCreditRestrictions</id></section>
				<section><id>secAttachments</id></section>
				<section><id>secLogInformation</id></section>
			</sections>
		</leftscreenarea>
	</screenarea>
	<screenarea>
		<leftscreenarea>
			<sections>
				<section><id>secBillingInformation</id></section>
				<section><id>secPaymentAndPresentmentPreferences</id></section>
				<section><id>secCommunications</id></section>
			</sections>
		</leftscreenarea>
	</screenarea>
</screenareas>
  • No labels