Opened 11 years ago
Closed 8 years ago
#14449 closed defect (invalid)
Validierung by Form.validate does not work with group and Repeat
Reported by: | Stefan Meyer | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX MVC | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
mvc.Group and mvc.Repeat should use dijit.form._FormMixin to also provide validation support. Basically you need to implement focus and getChildren:
getChildren:function() { we dont have a containerNode so we find them ourselves return dijit.findWidgets(this.domNode); }, focus: function() { not implemented yet }
Change History (3)
comment:2 Changed 11 years ago by
Can you provide a simple testcase to demonstrate the problem? Thanks
comment:3 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.