Changes between Version 2 and Version 3 of documentation/PythonManual/Events
- Timestamp:
 - 04/01/08 12:58:06 (9 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
documentation/PythonManual/Events
v2 v3 3 3 4 4 When 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]] 8 8 9 9 == Event Interface ==  

