A component which creates a menu rendered vertically. 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 Vertical 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. |
| Link Containers |
Bool |
If set to false, menu items containing children will not be linked. |
| Separator Image |
Resource |
Image used between each button on the top level. |
| 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. |