Skip to end of banner
Go to start of banner

Empty Line

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 9 Current »

Empty Line

This element is used to display empty lines on the page.

Attributes

NameDescriptionValue
visibilityconditions

The conditions that should be met to make the element visible.

'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
rowsNumber of empty lines.Any number

Example

 Empty Line

Empty Line
<elements>
	<label>
		<id>lblNo</id>
		<value>No.</value>
	</label>
	<textbox>
		<id>txtNo</id>
		<datapath>VatRegNumber</datapath>
	</textbox>
	<emptyline>
	    <rows>1</rows>
	</emptyline>
	<label>
		<id>lblBy</id>
		<value>By</value>
	</label>
	<textbox>
		<id>By</id>
		<datapath>vatRegBy</datapath>
	</textbox>    
</elements>
  • No labels