FORMRESET v17
This function and procedure generates the <INPUT>
tag with TYPE="reset"
. This tag creates a button that resets the form fields to their initial values.
Syntax
The following is the syntax for HTP:
HTP.FORMRESET ( cvalue IN VARCHAR2 DEFAULT 'Reset' cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.FORMRESET (cvalue, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
cvalue | The value for the VALUE attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters