A.Node.DOM_EVENTS.input
- static Event.Handle
A.Node.DOM_EVENTS.input event.
static Event.Handle
void
void();
(
)
input
(
type
,
fn
,
el
,
o
,
args
)
type<String>
'input'
fn<Function>
the callback function
el<String|Node|etc>
the element to bind (typically document)
o<Object>
optional context object
args<object>
0..n additional arguments that should be provided
to the listener.