LISTITEM v17
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
Parameter | Purpose |
---|---|
ctext | The text for the list item |
cclear | The value for the CLEAR attribute |
cdingbat | The value for the DINGBAT attribute |
csrc | The value for the SRC attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters