What is DOM module?

Monkey Targets Forums/HTML5/What is DOM module?

Simonsuuri(Posted 2015) [#1]
Hello. I would really like to know about DOM module, i havent found any info about it from monkey documents etc. I just know that there is one function i need in my next project.
So, why is it for? What is the use for it? What "Dom" stands for? Anything?


MikeHart(Posted 2015) [#2]
DOM stands for Document Object Model as is a way of acting with HTML objects. There are lots of tutorials about it in the web. Why do you wanna use it?


dawlane(Posted 2015) [#3]
An example with monkey. There one or two other ways as well. Just dig around the forum.
http://www.monkey-x.com/Community/posts.php?topic=9706
http://www.monkey-x.com/Community/posts.php?topic=5698


Simonsuuri(Posted 2015) [#4]
Thanks alot!
Im making a html5 game, which should work in pc and mobiles, and window.navigator.useragent should be quite handy.
and other features i need in game that there should be some sort of embed video streaming, propably some sort of filereading for texts and facebook sharing button for nickname and scores, and so on..

i believe i learn handy things about html coding from dom tutorials.


MikeHart(Posted 2015) [#5]
In the module folder are also some examples.