DHTMLX Touch documentation

Popup Usage Example

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 
<html> 
	<head> 
		<link rel="stylesheet" href="../../../codebase/touchui.css" type="text/css" media="screen" charset="utf-8"> 
		<script src="../../../codebase/touchui.js" type="text/javascript" charset="utf-8"></script> 
	</head> 
	<body> 
		<script type="text/javascript" charset="utf-8"> 
 
                    dhx.ui({// creates view and popup object in it
			view:"popup",
			body:{ template:"Popup" } // specifies content of the popup's body
		    });
 
		</script> 
	</body> 
</html>