luizragna
New member
Hello guys. I'm trying run the roBrowser. but I don't understand anything about Api and js
i followed the tutorial Getting Started, but which program do I use to run?
i followed the tutorial Getting Started, but which program do I use to run?
I can use the WampServer?Even in this simple example, there are a few things to note:
- We declare the application as HTML5 using the <!DOCTYPE html> declaration.
- We include the roBrowser API JavaScript using a script tag.
- We create a div element named "robrowser" to hold the result.
- We create a JavaScript object literal to hold a number of properties.
- We create a JavaScript "RO" object, passing it the properties.
- We use an event listener to load roBrowser after the page has loaded