DLISTDEF v15
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
| Parameter | Purpose |
|---|---|
| ctext | The definition for the term |
| cclear | The value for the CLEAR attribute |
| cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters