DLISTTERM v17
This function and procedure generates the <DT>
tag, which defines a term in a definition list <DL>
.
Syntax
The following is the syntax for HTP:
HTP.DLISTTERM ( ctext IN VARCHAR2 DEFAULT NULL cclear IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.DLISTTERM (ctext, cclear, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The term |
cclear | The value for the CLEAR attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters