BLOCKQUOTEOPEN and BLOCKQUOTECLOSE v18
These functions and procedures generate the <BLOCKQUOTE> and </BLOCKQUOTE> tags, which mark a block of quoted text.
Syntax
The following is the syntax for HTP:
HTP.BLOCKQUOTEOPEN ( cnowrap IN VARCHAR2 DEFAULT NULL cclear IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL); HTP.blockquoteClose;
The following is the syntax for HTF:
HTF.BLOCKQUOTEOPEN (cnowrap, cclear, cattributes) RETURN VARCHAR2; HTF.BLOCKQUOTECLOSE RETURN VARCHAR2;
Parameters
| Parameter | Purpose |
|---|---|
| cnowrap | If the value for this parameter isn't NULL, adds the NOWRAP attribute to the tag |
| cclear | The value for the CLEAR attribute |
| cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters