Skip to end of banner
Go to start of banner

Image

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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>
	<name>CONTACTS-PROFILEPHOTO</name>
	<value>[[getValue,java.lang.String,id]]</value>
	<datapath>image</datapath>
	<datatype>java.lang.String</datatype>
	<maxwidth></maxwidth>
	<maxheight></maxheight>
	<bordersize>3</bordersize>
</image>
  • No labels