OLISTOPEN and OLISTCLOSE v17
These functions and procedures generate the <OL>
and </OL>
tags, which define an ordered (numbered) list.
Syntax
The following is the syntax for HTP:
HTP.OLISTOPEN ( cclear IN VARCHAR2 DEFAULT NULL cwrap IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL); HTP.OLISTCLOSE;
The following is the syntax for HTF:
HTF.OLISTOPEN (cclear, cwrap, cattributes) RETURN VARCHAR2; HTF.OLISTCLOSE RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
cclear | The value for the CLEAR attribute |
cwrap | The value for the WRAP attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters