Adding Functionality Creating Modules

Monkey Forums/Monkey Programming/Adding Functionality Creating Modules

blabz(Posted 2013) [#1]
Is there documentation regarding how to implement functions in each distinct language?

I'd like to add some functions I wrote in javascript to an html5 module.

Thanks!


Skn3(Posted 2013) [#2]
Does this help?

native.js


module.monkey



blabz(Posted 2013) [#3]
Yes! Perfect, thank you!


Tibit(Posted 2013) [#4]
have you check the html native tutorial in the tutorial forum?


Shinkiro1(Posted 2013) [#5]
Maybe taking a look at my html gui module might help you:
https://github.com/shinkiro1/htmlgui

It's really easy to glue things together.