restfulreset Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 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