Previous Topic: endMenubarNext Topic: frame


endNotebook

The endNotebook macro marks the end of the definition of a notebook on a detail page. Only one notebook can exist on a page and it must be the last item on the page. You define a notebook with the startNotebook, startTabGroup, tab, and endNotebook macros. For example:

<PDM_MACRO name=startNotebook. . .>
<PDM_MACRO name=startTabGroup. . .>
<PDM_MACRO name=tab . .>
<PDM_MACRO name=tab . .>
. . . 
<PDM_MACRO name=startTabGroup. . .>
<PDM_MACRO name=tab . .>
. . .
<PDM_MACRO name=endNotebook>

This macro has no properties.