|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--InputWatch
Instance of InputWatch watches input element and call event handler on input change.
Defined in base.js
| Constructor Summary | |
InputWatch(input, callBack, object, interval)
|
|
| Constructor Detail |
InputWatch(input, callBack, object, interval)
input - Reference to watched input element. Text input expected.
callBack - Event handler. Function will be called on input change. Current value of input will be passed as 1st argument.
object - Set variable this in called event handler, if event handler is non-static.
interval - Set watch interval. Default is 200ms.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||