Ticket #613 (closed enhancement: wontfix)
request: dojoAttachPoint should have currentPoint method
| Reported by: | anonymous | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Dijit | Version: | 0.3 |
| Severity: | normal | Keywords: | dojoAccessPoint |
| Cc: | dyatel15@… |
Description
let's say we have dojoAttachPoint=myPoint; dojoAttachEvent=myEvent;
It should be possible to detect from which point we've got an event: function myEvent(e){
alert(e.currentPoint); //should be "myPoint" in a alert box
}
or something similar. This method would be usefull if you have one common function for several dojopoints.
Change History
Note: See
TracTickets for help on using
tickets.