0.6.1 • Published 3 years ago

mofron-event-mouseout v0.6.1

Weekly downloads
55
License
MIT
Repository
github
Last release
3 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

3 years ago

0.6.0

5 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago