Previous Topic: startMenubarNext Topic: startTabGroup


startNotebook

The startNotebook macro marks the beginning of the definition of a notebook on a detail page. A page can only have one notebook 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 the following properties:

hdr=text

Specifies the text of the caption on the control; defaults to the DISPLAY_NAME of the attribute associated with the control.

ilayer_height=number

This property is deprecated; not used in this release.

nb_height=number

Specifies the height of the notebook in pixels.