[webkit-dev] how do you do callbacks out of webkit into c++, objC or other bindings - e.g. "onclick" ?
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Sun Aug 31 08:40:10 PDT 2008
> > You can add event listeners for any event and any event target. The name of
> > the function to add an event listener is addEventListener. To identify the
> > event you want to listen to, you pass the event name. Events have names like
> > "resize", "click", "beforeclose", "blur", etc.
it works. thank you!
More information about the webkit-dev
mailing list