Programming VirtualUI
The virtualui.sdk.min.js javascript library has everything that you need to connect to your application and interact from it from the web page, extending and integrating with your execution environment as much as you wish.
The library has the following classes:
· The Thinfinity.VirtualUI class
· The Thinfinity.JsRO class
Thinfinity.VirtualUI class
This class is necessary and mandatory, because it's the one handling the communication between the browser and Thinfinity VirtualUI Server.
Properties
devMode
Methods
connect
Events
onClose
onError
onLoading
onShow
Read more:
Last updated