Skip to end of metadata
Go to start of metadata
This element is used to display empty lines on the page.
Attributes
Name | Description | Value |
---|
visibilityconditions | The conditions that should be met to make the element visible. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
rows | Number of empty lines. | Any number |
Example
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>