ULISTOPEN and ULISTCLOSE v15
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
| Parameter | Purpose |
|---|---|
| cclear | The value for the CLEAR attribute |
| cwrap | The value for the WRAP 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