#1610 closed defect (fixed)
remove dojo.widget.validate sub-module
Reported by: | bill | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Put the resources in dojo.widget.validate back into dojo.widget; when it comes time to split up dojo.widget module into multiple sub-modules, it'll probably be a different structure, such as a dojo.widget.form for form widgets (including Textbox, Button, etc.). Also, note that putting TextBox? in dojo.widget.validate was strange since TextBox? doesn't do validation.
Change History (5)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Note: See
TracTickets for help on using
tickets.
(In [6120]) move dojo.widget.validate.* back to dojo.widget. References #1610