Changes between Version 4 and Version 5 of documentation/PythonManual/AttachingToEvents

Show
Ignore:
Author:
peterc (IP: 203.114.164.70)
Timestamp:
03/15/08 10:53:29 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual/AttachingToEvents

    v4 v5  
    3939 
    4040element = document.GetElementById('button') 
    41 element.AddEventListener('onclick', OnClick, True) 
     41element.AddEventListener('click', OnClick, True) 
    4242}}}