Changes between Version 3 and Version 4 of documentation/PythonManual/AttachingToEvents
- Timestamp:
 - 03/15/08 10:53:01 (9 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
documentation/PythonManual/AttachingToEvents
v3 v4 29 29 {{{ 30 30 element = document.GetElementById('button') 31 element.AddEventListener(' onclick', "print('Line 1');print('Line 2')", True)31 element.AddEventListener('click', "print('Line 1');print('Line 2')", True) 32 32 }}} 33 33  

