Dom.event_handler
bind_with_options (
dom
 
dom
, 
Dom.event.kind
 
event
, 
 
handler
, 
 
options)
Bind an event handler to an event
dom
Where to bind the event.
event
The name of the event, e.g. "click", "dblclick", etc. You are not limited to standard browser events.
handler
The event handler
options
the list of bind options
-
 stop_propagation  always stops propagation of the event after handling
-
 prevent_default  always prevents browser default behaviour of the event after handling
-
 propagation_handler  Client only provide a custom propagation handler, allowing to stop/prevent the event or not, given the event.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.