Opened 12 years ago
Closed 11 years ago
#11711 closed enhancement (fixed)
[patch][cla] add a validate function to dojox.form.manager._FormMixin similar to dijit.form._FormMixin::validate
Reported by: | ben hockey | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Form | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
i've attached a patch which would add a validate
function to dojox.form.manager._FormMixin similar to dijit.form._FormMixin::validate
i think it would be useful to have this functionality in order to match a feature provided by dijit.form._FormMixin
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | 11711.diff added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.5.1 |
---|---|
Owner: | changed from dante to Eugene Lazutkin |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Milestone: | 1.5.1 → 1.6 |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [23701]) form manager: more compatibility with dijit's form handler courtesy of neonstalwart, !strict, fixes #11711.