This component renders an image, a title and a description from the associated document. The rendering is done horizontally or vertically.

The Info Menu component.
Properties
|
Name |
Type |
Description |
| Menu |
Menu |
The menu used to fill this component. |
| Maximum number of items |
Integer |
The maximum number of items displayed by the component. |
| Component Rendering Type |
Enum |
Component rendering type. Possible values:
|
| Menu Item Render Mode |
Enum |
Menu item rendering mode. Possible values:
- Text Only
- Image Only
- Image left of Text
- Image right of Text
- Image on top of Text
- Image below Text
|
| Margin in pixels between Image and Text |
Integer |
The margin in pixels between the image and the text. |
| Text Render Mode |
Enum |
Render mode for the text. If 'No Text' is selected, the Link Text will also be removed. Possible values:
- No Text
- Link Only
- Title
- Title, Description, Date
- Title, Description
- Title, Date
- Description
- Description, Date
- Date
|
| Link Text |
String |
Text used for a fixed link. If empty, it is not used. |
| Link Style |
Style |
The style used for the text link. |
| Title Style |
Style |
The style used for the title. |
| Description Style |
Style |
The style used for the description. |
| Date Style |
Style |
The style used for the date. |
| Date Format |
Enum |
Format used to display the date. To change the format, open the info tab of the project properties dialog. Possible values:
|
| Vertical Align |
Enum |
Vertical alignment for the items. Possible values:
- Top
- Middle
- Bottom
- Baseline
|
| Horizontal Align |
Enum |
Horizontal alignment for the items. Possible values:
|
| Separator Image |
Resource |
If used, this image is placed between the menu items. The image will be repeated to fit the width or heigth of the items. |
| Spacing between menu items |
Integer |
The spacing in pixels between the menu items. If the Separator Image is used, it will be placed in the center of the Spacing. |