Required Field Validator Element
Home | Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | Plugins | Mobile | Troubleshooting | About
Table of Contents
1 Required Field Validator - #is_required {}
Validate that the field contains a value.
Usage
wf:wire(ButtonID, TextBoxID, #validate { validators=[ #is_required { text="Required" } ]})
Attributes
- text - (string)
- The text to display if validation fails.