FORMRESET v16

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

ParameterPurpose
cvalueThe value for the VALUE attribute
cattributesOther attributes to include as is in the tag