Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please file plugin bugs with the appropriate author on their bug tracker.
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) {
},