New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mofron-event-click

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofron-event-click

click event for mofron

  • 0.7.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

mofron-event-click

mofron is module based frontend framework.

click event for mofron component

it executes an event function when the component is clicked

event function parameter

  • component: event target component object

  • object: MouseEvent object of addEventListener

  • mixed: user specified parameter

Install

npm install mofron mofron-event-click

Sample

<require>
    <tag load="mofron-comp-text">Text</tag>
    <tag load="mofron-event-click">Click</tag>
</require>

<script name=clk run=init>
    alert("click");
</script>

<Text event=Click:@clk>Click</Text>

Parameter

Short
Form
Parameter NameTypeDescription
pointerbooleantrue: mouse-in cursor is pointer [default]
false: mouse-in coursor is default

Keywords

FAQs

Package last updated on 23 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc