LISTITEM v16

This function and procedure generates the <LI> tag, which creates a list item.

Syntax

The following is the syntax for HTP:

HTP.LISTITEM (
   ctext          IN       VARCHAR2   DEFAULT NULL
   cclear         IN       VARCHAR2   DEFAULT NULL
   cdingbat       IN       VARCHAR2   DEFAULT NULL
   csrc           IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.LISTITEM (ctext, cclear, cdingbat, csrc, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text for the list item
cclearThe value for the CLEAR attribute
cdingbatThe value for the DINGBAT attribute
csrcThe value for the SRC attribute
cattributesOther attributes to include as is in the tag