Opened 14 years ago
Closed 12 years ago
#791 closed enhancement (wontfix)
dojo.event.connect supporting array of target functions
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | Events | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The usefulness of this capability is questionable, but in situations where it is desired it would save lines of js from being output.
ie something like:
dojo.event.connect(['id1','id2','id3'], ['onClick','onChange'],function(e){});
Change History (2)
comment:1 Changed 13 years ago by
Component: | Core → Events |
---|---|
Milestone: | 0.4 → 0.5 |
Owner: | changed from anonymous to alex |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.