1. . Which is very important because the box model is different.
  2. View port configuration if you want to make it works better on mobile devices.
  3. “filecontainer” div if you want file uploading/downloading
  4. “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();
    		};
    	}
    
  5. “pc_key” div if you want the PC keys toolbar on touch UI
  6. “svToolbar” div, you must have the input with id “svTouchInput” inside if you want to make it work on mobile OS.
Category: SparkView
Tags: web page, webseite