Image

Image

This element is used to display images on the page.

Attributes

NameDescriptionValue
id

Unique Identifier.

Any
nameThe image name.Any
valueThe value that will be displayed.Any
datapathThe data path field name.Needs to correspond to the CRMDO object field
maxwidthThe maximum width of the image.Any number
maxheightThe maximum height of the image.Any number
bordersizeThe size of the image border.Any number

Example

 Image

 

Image
<image>
	<id>imgPhoto</id>
	<visibilityconditions>'[[getValue,java.lang.String,type]]'=='COMPANY'</visibilityconditions>
	<label>key_photo</label>
	<name>key_contacts-profilephoto</name>
	<value>[[getValue,java.lang.String,id]]</value>
	<datapath>image</datapath>
	<datatype>java.lang.String</datatype>
	<type>company</type>
	<bordersize>3</bordersize>
</image>