Option Element Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Dropdown Option Element - #option {}
The option element can only be used within a dropdown element. It does not inherit any attributes from the base element.
Usage
See the Dropdown element.
Attributes
- text - (string)
- The text to display for this option.
- value - (string)
- The value of this option.
- selected - (boolean)
- If true, this option will be selected.