Opened 13 years ago
Closed 13 years ago
#3913 closed enhancement (fixed)
0.9: Add a requiredValue option and type option to the ActionFilter capability
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Data | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: Add a requiredValue option and type option to the ActionFilter? capability
This will allow for dojox.wire to do a conditional invoke not only on if a property/argument exists, but if it's a specific value. This allows you to easily write a set of filtered invokes. Its also a very small code addition to dojox.wire.ml to support it.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | dojox.wire_ActionFilter_20070731.patch added |
---|
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [9880]) Enhancement to ActionFilter?. fixes #3913
Note: See
TracTickets for help on using
tickets.
This also fixes a small bug with _destroy. It was renamed to uninitialize now in the base widget system