DLISTDEF v16

This function and procedure generates the <DD> tag, which inserts a definition of terms. Use this tag for a definition list <DL>. Terms are tagged <DT>, and definitions are tagged <DD>.

Syntax

The following is the syntax for HTP:

htp.DLISTDEF(
   ctext          IN       VARCHAR2   DEFAULT NULL
   cclear         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.DLISTDEF(ctext, cclear, cattributes) RETURN VARCHAR2;

Parameters

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