- . Which is very important because the box model is different.
- View port configuration if you want to make it works better on mobile devices.
- “filecontainer” div if you want file uploading/downloading
- “appinfo” div if you want session shadowing and following JavaScript:
var info = $id("joinSelect"); if (info){ info.onchange = function(e){ svManager.getInstance().setJoinMode(e.target.value); }; } var control =$id("requestControl"); if (control){ control.onclick = function(e){ svManager.getInstance().requestControl(); }; }
- “pc_key” div if you want the PC keys toolbar on touch UI
- “svToolbar” div, you must have the input with id “svTouchInput” inside if you want to make it work on mobile OS.
Category:
SparkView