A component which creates a menu rendered horizontally. The menu items are created using the GRE, which means that they are dynamic images that automatically will change whenever needed. Sub menus are rendered as popups which will appear as the mouse is moved over the buttons.

The Horizontal Menu Popup GRE component.
Properties
|
Name |
Type |
Description |
| Menu |
Menu |
The menu used to fill this component. It uses GRE styles to create (image-)buttons for the menu items. |
| Spacing between buttons |
Integer |
The spacing in pixels between the buttons. If a separator image is used, the spacing will be divided on both sides of the separator. |
| Make selected if child is |
Bool |
Makes the button use the selected GRE-style if any of its children is the current document. |
| Force height |
Bool |
If true, the component will always occupy space on the screen even if it is empty, provided that either the separator image or the left or right image is used. |
| Link Containers |
Bool |
If set to false, menu items containing children will not be linked. |
| Left Image |
Resource |
Image used to the left of the top buttons. |
| Separator Image |
Resource |
Image used between each top button. |
| Filling Image |
Resource |
Image used to fill out space beside the top buttons. |
| Right Image |
Resource |
Image used to the right of the top buttons. |
| Style for sub menus |
Style |
Style used for the sub menu items. |
| Style for sub menus (mouse over) |
Style |
Style used for the sub menu items when the mouse is over them. |
| Style for sub menus with children |
Style |
Style used for sub menu items with further sub menus. |
| Style for sub menus with children (mouse over) |
Style |
Style used for sub menu items with further sub menus when the mouse is over them. |
| Border Size |
Integer |
The size in pixel for the border used for the popups. |
| Border Color |
Color |
The color used for the border for the popups |
| Menu Delay |
Enum |
Determines the delay for the popups, i.e. how long they will remain open after the mouse has left the menu. Possible values:
- Short
- Normal
- Long
- No Delay
|
| Popup Offset |
Integer |
The distance in pixels between the main menu buttons and the sub menus. |