DLISTOPEN and DLISTCLOSE v16

These functions and procedures generate the <DL> and </DL> tags, which create a definition list.

Syntax

The following is the syntax for HTP:

HTP.DLISTOPEN (
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

htp.dlistClose;

The following is the syntax for HTF:

HTF.DLISTOPEN (cclear, cattributes) RETURN VARCHAR2;

HTF.DLISTCLOSE RETURN VARCHAR2;

Parameters

ParameterPurpose
cclearThe value for the CLEAR attribute
cattributesOther attributes to include as is in the tag