Previous Topic: dtlStartNext Topic: dtlStartExpRow


dtlStartDiv

The dtlStartDiv macro marks the beginning of a group of detail form macros that JavaScript can show or hide. Pair this macro with a dtlEndDiv macro. For example:

<PDM_MACRO name=dtlStartDiv divid="my_div". . .>
. . .
<PDM_MACRO name=dtlEndTable>
<PDM_MACRO name=dtlEndDiv>

This macro has the following properties:

align=left|center|right

Specifies the alignment of the DIV.

class=className

Specifies the CSS class of the DIV.

divid=string

(Required) Specifies the JavaScript identification of the DIV.

style=string

Specifies the style of the DIV.