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

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

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

Example

Expand
titleEmpty Line
Image Added

Image Removed 

Code Block
themeEclipse
languagexml
titleEmpty Line
<emptyline><elements>
	<searchtextbox>
		<id>stbPerformedByUser</id>
  <visibilityconditions>'		<label>key_performed_by_user</label>
		<value>[[getValue,java.lang.String,billingTermperformedByUser/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>