PreventDefault Op

PreventDefault

Prevents the default on a JavaScript event


<p>See <a href="https://www.w3schools.com/jsref/event_preventdefault.asp">w3schools: preventDefault()</a></p> <p>Some examples when you might want to prevent the default on an event:</p> <ul> <li>Clicking on a «Submit» button, prevent it from submitting a form</li> <li>Clicking on a link, prevent the link from following the URL</li> </ul>


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








No op example found on this server

INPUT PORTS


Execute (Trigger)

<p>Only execute once per Event</p>

Event In (Object)

<p>The event on which you want to prevent the default</p>

OUTPUT PORTS


Next (Trigger)

<p>Triggers after</p>

Event Out (Object)

<p>Same as Event In</p>


Patches using PreventDefault

  • Examples
  • Public
  • My Patches