0.0.2 • Published 5 years ago

mofron-comp-clktext v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

mofron-comp-clktext

mofron is module based frontend framework.

click text component for mofron

Install

npm install mofron mofron-comp-clktext

Sample

<require>
    <tag module="mofron-comp-clktext">Text</tag>
</require>

<script name=clkevt run=init>
console.log("click text");
</script>

<Text clickEvent=@clkevt>click</Text>

Parameter

SimpleParamParameter NameTypeDescription
clickEventfunctionclick callback function
mixedcallback parameter