0.6.1 • Published 2 years ago

mofron-event-mouseout v0.6.1

Weekly downloads
55
License
MIT
Repository
github
Last release
2 years ago

mofron-event-mouseout

mofron is module based frontend framework.

mouse-out event for mofron

this event notifies when the mouse out on the component.

event function parameter

  • component: event target component object

  • event: "mouseout" event object by addEventListener

  • mixed: user specified parameter

Install

npm install mofron mofron-event-mouseout

Sample

<require>
    <tag load="mofron-comp-frame">Frame</tag>
    <tag load="mofron-event-mouseout">Mout</tag>
</require>
<script name=mevt run=init>
    console.log("mouse out");
</script>

<Frame event=Mout:@mevt></Frame>
0.6.1

2 years ago

0.6.0

4 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago