DLISTOPEN and DLISTCLOSE v17
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
Parameter | Purpose |
---|---|
cclear | The value for the CLEAR attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters