OLISTOPEN and OLISTCLOSE v16

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

ParameterPurpose
cclearThe value for the CLEAR attribute
cwrapThe value for the WRAP attribute
cattributesOther attributes to include as is in the tag