restfulsubmit Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 RESTful Submit Element #restful_submit{}
The restful_submit element produces an input field of type submit. When clicked, the restful_submit field submit the surrounding form.
Usage
#restful_submit { text="Go!" }
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_submit element