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

PreventDefault Op

PreventDefault

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

Edit Documentation

Full Name
  • Ops.Html.Event.PreventDefault
Visibility
  • Core Op - Official cables op
AuthorTest Patches


 

INPUT PORTS


Execute (Trigger)

Only execute once per Event

Event In (Object)

The event on which you want to prevent the default

OUTPUT PORTS


Next (Trigger)

Triggers after

Event Out (Object)

Same as Event In


Usages of PreventDefault

  • Examples
  • Public
  • My Patches
  • Ops