Changes between Version 2 and Version 3 of documentation/PythonManual/Events

Show
Ignore:
Author:
lloydw (IP: 203.96.63.172)
Timestamp:
04/01/08 12:58:06 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual/Events

    v2 v3  
    33 
    44When an event is sent to python, three global variables are set up in the context of the called function. 
    5   ''event'' - The event object that caused the function call 
    6   ''document'' - The document in which the event fired 
    7   ''self'' - The element context in which the event fired 
     5  ''event'' - The event object that caused the function call[[br]] 
     6  ''document'' - The document in which the event fired[[br]] 
     7  ''self'' - The element context in which the event fired[[br]] 
    88 
    99== Event Interface ==