Ticket #2794 (new task)
key binding advanced api
| Reported by: | bill | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | Dijit | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by bill) (diff)
Think about implementing a higher-level interface for key binding, like
dojo.keyConnect(node, "shift-ctrl-m", obj, func);
and in a widget template:
dojoAttachKeys="shift-upArrow: previousItemFunc; shift-downArrow: nextItemFunc"
Change History
Note: See
TracTickets for help on using
tickets.