menu

This tag provides a mechanism to display a standard OGP Menu in two different ways:

·         Display the entire menu as a single component

·         Create a clickable button to display the menu in a balloon dialog (similar to a tool tip).

Syntax

<menu mid="menu-id" popup="popup-flag" oglml="oglml-flag"

tabposition="position" GeneralAttributes />

Attributes

In addition to General Attributes, the following attributes may be specified to the <menu> tag:

Attribute

Values

Restrictions

Description

mid

integer

Must be a defined OID Menu.

The static ID of the OID Menu to draw.

popup

true

 

name attribute must also be specified.

A button with the name attribute as its label is the component. When pressed, the menu will appear in a balloon dialog.

 

See WIDGET_MENU_POPUP widget hint documentation for more information.

false

 

The menu is included as a single component.

oglml

true

 

 

If the referenced menu has been overridden by an OGLML page, the OGLML version of the menu will be used.

false

The standard OGP menu without any OGLML will be used.

tabposition

north

east

south

west

How the tabs are rendered within their quadrant is determined by the look and feel (i.e. whether the tabs fill the available space, are positioned to the left, right, or center of the space, etc.)

Specifies the placement of the tabs for any  3rd-level submenus.

 

MC900329243[1]

 

Default values shown in bold.