Hidden Element Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Hidden Element - #hidden {}
The hidden element produces a hidden input element.
Usage
#hidden { id=hidden1, text="Some text" }
Attributes
- text - (string)
- The value of the hidden element.
- html_encode - (boolean)
- Set to true to safely html-encode the text.
- html_name - (string)
- The name attribute of the hidden element.