I want to build my own library of wmlscript functions, how do it ?
How include this library in an Application ?
And to call function I must use:
mylib.myfunction();
or
mylib#myfunction(); ?
How I include a .txt or script file in javascript code (non html code) ?
I reference methods of objects in such included files using myobject.mymethod(); ?
Bookmarks