Previous Topic: startFramesetNext Topic: startMenubar


startMenu

The startMenu macro marks the beginning of a menu within a menubar definition. You define a menubar page with the startMenubar, menubarItem, endMenubar, startMenu, menuItem, menuItemLocal, and endMenu macros. For example:

<PDM_MACRO name=startMenubar. . .>
<PDM_MACRO name=menubarItem. . .>
<PDM_MACRO name=menubarItem. . .>
. . .
<PDM_MACRO name=endMenubar>
<PDM_MACRO name=startMenu. . .>
<PDM_MACRO name=menuItem. . .>
<PDM_MACRO name=menuItemLocal. . .>
. . .
<PDM_MACRO name=endMenu>
<PDM_MACRO name=startMenu. . .> 
. . .
<PDM_MACRO name=endMenu>
. . .

This macro has the following properties:

parentid=name

(Required) Specifies the ID of the menubarItem macro specifying this menu.