Changes between Version 1 and Version 2 of documentation/C++Manual/Events

Show
Ignore:
Author:
lloydw (IP: 202.68.89.228)
Timestamp:
01/08/08 20:49:21 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/C++Manual/Events

    v1 v2  
    8585 * ''event'': The string name of the event the listener wants to attach to, for example "keydown", "focus", etc. 
    8686 * ''listener'': The event listener object to attach. 
    87  * ''in_capture_phase'': If true, the event listener will receive the event in the capture phase, otherwise, in the bubbling phase. See the [[wiki:documentation/RML/Events RML event documentation] for more information. 
     87 * ''in_capture_phase'': If true, the event listener will receive the event in the capture phase, otherwise, in the bubbling phase. See the [wiki:documentation/RML/Events RML event documentation] for more information. 
    8888 
    8989=== Detaching from an element ===