Public Member Functions | |
formReset ($name= '', $value= 'Reset', $attribs=null) |
Definition at line 39 of file FormReset.php.
formReset | ( | $ | name = '' , |
$ | value = 'Reset' , |
||
$ | attribs = null |
||
) |
Generates a 'reset' button.
public
string | array | $name | If a string, the element name. If an array, all other parameters are ignored, and the array elements are extracted in place of added parameters. |
mixed | $value | The element value. |
array | $attribs | Attributes for the element tag. |
Definition at line 56 of file FormReset.php.