Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
nameblue

Empty Line

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

Attributes

NameDescriptionValue
visibilityconditions

Unique Identifier Number of empty linesThe conditions that should be met to make the element visible.

'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
rowsNumber of empty linesany

...

Examples

...

.Any number

Example

html/
Expand
titleEmpty Line
Image Added

 

Code Block
themeEclipse
language
<emptyline> <visibilityconditions>'
xml
title
Tab
linenumberstrue
Empty Line
<elements>
	<searchtextbox>
		<id>stbPerformedByUser</id>
		<label>key_performed_by_user</label>
		<value>[[getValue,java.lang.String,
billingTerm
performedByUser/
billingTermScheme/allowConcurrentUsage]]'=='1'</visibilityconditions> <rows>1</rows> </emptyline>
username]]</value>		
		<modal>
			<id>mdlPerformedByUser</id>
			<name>key_user</name>
			<type>quicksearch</type>
			<refresh>component,false:false:null:cmpSubscriptionActionDetails</refresh>
			<datasetname>users.load</datasetname>
			<datasetreturnhiddenfield>UserID</datasetreturnhiddenfield>
			<datasetsearchfield>USERNAME;NAME</datasetsearchfield>
			<assignments>
				<assignment>
					<classname>com.crm.dataobject.users.CRMDOUser</classname>
					<datapath>performedByUser</datapath>
					<value>id</value>
					<datatype>load</datatype>
				</assignment>
			</assignments>
		</modal>
	</searchtextbox>
	<emptyline>
		<rows>1</rows>
	</emptyline>
	<textbox>
		<id>txbPerformedDate</id>
		<label>key_performed_date</label>
		<datapath>performedDate</datapath>
		<datatype>java.util.Date</datatype>
		<readonly>false</readonly>
	</textbox> 
</elements>