ULISTOPEN and ULISTCLOSE v16

These function and procedure generate the <UL> and </UL> tags, which define an unordered (bullet) list.

Syntax

The following is the syntax for HTP:

HTP.ULISTOPEN (
   cclear         IN       VARCHAR2   DEFAULT NULL
   cwrap          IN       VARCHAR2   DEFAULT NULL
   cdingbat       IN       VARCHAR2   DEFAULT NULL
   csrc           IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

HTP.ULISTCLOSE;

The following is the syntax for HTF:

HTF.ULISTOPEN (cclear, cwrap, cdingbat, csrc, cattributes) RETURN VARCHAR2;

HTF.ULISTCLOSE RETURN VARCHAR2;

Parameters

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