Image Data Tag
The Image Data tag represents the Alternate text and Description text.
See also
Read also about Image Attributes.
<imcms:image:data no="100">
<div>
<b>Image data:</b>
<div>Image alternateText: ${alternateText}</div>
<div>Image descriptionText: ${descriptionText}</div>
</div>
</imcms:image:data>
Available list of tag attributes:
Attribute |
Type |
Description |
|---|---|---|
no |
Integer |
id of the current text (deprecated version). |
document |
Integer |
id of the document from which to take the text. |
Warning
Image tag must have no attribute!