Previous Topic: dtlEndNext Topic: dtlEndTable


dtlEndDiv

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

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

This macro has no properties.