This component renders an image and optionally it's title and/or description. It's primary purpose is to be able to show associated images for documents.

The Dynamic Image component.
Properties
|
Name |
Type |
Description |
| Image |
Resource |
The image used. It is selected through the Select Resource Dialog. If a document icon is selected, it allows the image to be changed dynamically depending on the document. |
| Mouse Over Image |
Resource |
If selected, this is the image switched to when the mouse is over. When the mouse leaves the image, the original one is shown again. |
| Action |
Action |
Action performed when the image is clicked. |
| Render Mode |
Enum |
Render mode for the component. The different items are renderend from top to bottom, ie Image,Title,Description means that the title will be under the image and the description will be under the title. Possible values:
- Image
- Image, Title
- Image, Description
- Image, Description, Title
- Image, Title, Description
- Title, Image, Description
- Title, Image
- Description, Image, Title
- Description, Image
|
| Title Style |
Style |
The style used for the title. |
| Description Style |
Style |
The style used for the description. |
| Image Display Mode |
Enum |
Display Mode for the image. Possible values:
- default
- none
- inline
- block
- inline-block
- inherit
|