Changes between Version 1 and Version 2 of Documentation/EventHooks
- Timestamp:
- 11/07/08 21:50:32 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/EventHooks
v1 v2 13 13 == Adding a an event listener to a the config object == 14 14 {{{ 15 xinha_config.Events. .onKeyPress = function ( event )15 xinha_config.Events.onKeyPress = function ( event ) 16 16 { 17 17 // do something
