You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 6
Next »
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
<emptyline>
<visibilityconditions>'[[getValue,java.lang.String,billingTerm/billingTermScheme/allowConcurrentUsage]]'=='1'</visibilityconditions>
<rows>1</rows>
</emptyline>