Modify ↓
Ticket #5415 (closed feature: fixed)
validate - getting error messages
| Reported by: | ThomasBauer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | validate | Cc: | |
| Blocking: | Blocked by: |
Description
It would be helpfull to egt by the attributes put in HTML (for example: validate="required: true, minlength:50") the responding message. Whith this you can add a help into your dise and user must not wait to get an error to know how to fill the form.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I have now found a solution. I have extended the prototype definitons with the following code:
getMessage: function(element) {
},