MENULISTOPEN and MENULISTCLOSE v18
These function and procedure generate the <MENU> and </MENU> tags, which create a list consisting of one line for each item.
Syntax
The following is the syntax for HTP:
HTP.MENULISTOPEN; HTP.MENULISTCLOSE;
The following is the syntax for HTF:
HTF.MENULISTOPEN RETURN VARCHAR2; HTF.MENULISTCLOSE RETURN VARCHAR2;
- On this page
- Syntax