Alloy UI

aui-event  1.0.1

 
Filters

Class AUI~event~input

An object that encapsulates text changed events for textareas and input element of type text and password. This event only occurs when the element is focused.

Properties

A.Node.DOM_EVENTS.input - static Event.Handle

A.Node.DOM_EVENTS.input event.

Methods

void();

void void(); ( )

Events

input

input ( type , fn , el , o , args )
This event fires when the value of the element changes, either as a result of a keystroke, or from an input event.
Parameters:
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.