Versions Compared

Key

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

...

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

Expand
titleImage

Code Block
themeEclipse
languagexml
titleImage
<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>