Documentation

RESTful Reset Element #restful_reset{}

The restful_reset element produces an input field of type reset When clicked, the restful_reset element resets the surrounding form.

Usage

   #restful_reset { text="Cancel!" }

Attributes

  • text (string) - The button's title.

  • html_encode (boolean) - Set to true to safely html-encode the text.

  • html_name (string) - the name attribute of the restful_reset element

See Also



View Source or Submit Corrections for this Documentation Page
Copyright © 2008-2024 Nitrogen Web Framework. Released under the MIT License.