Changes between Initial Version and Version 1 of Ticket #17637
- Timestamp:
- Feb 4, 2012, 4:36:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17637
- Property Patch needs improvement set
- Property Needs documentation set
- Property Needs tests set
-
Ticket #17637 – Description
initial v1 3 3 For example a user should be able to do something like : 4 4 5 {{{ 5 6 forms.TextField(validators ="usernameValidation") 7 }}} 6 8 7 9 And automatically a javascript validation for this form field should be in place. 8 10 9 11 One way to do it could be using HTML5 attributes like ticket #16304.