beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

PreventDefault Op



PreventDefault
Namespace: Ops.Html.Event

Op author: tim

Prevents the default on a JavaScript event


See w3schools: preventDefault()

Some examples when you might want to prevent the default on an event:

  • Clicking on a «Submit» button, prevent it from submitting a form
  • Clicking on a link, prevent the link from following the URL


Inputs

Execute (Trigger)

Only execute once per Event

Event In (Object)

The event on which you want to prevent the default

Outputs

Next (Trigger)

Triggers after

Event Out (Object)

Same as Event In

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using PreventDefault

  • Examples
  • My Patches
  • Public