bit dojo labs : file explorer

Inspecting: home > js > DojoSfx > TextZoomAppear.html (download)
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>Test</title>
	
	<style type="text/css">
		body {
			color: #444;
			font-family: "Calibri", Arial, Helvetica, sans-serif;
			position: relative;
		}
		#content {
			margin: 40px;
		}
		#test-container {
			height: auto;
			width: 500px;
			border: 2px #aaa solid;
			padding: 5px;
			cursor: default;
		}
	</style>
	
	<script type="text/javascript" src="js/lib/prototype.js"></script>
	<script type="text/javascript" src="js/lib/scriptaculous.js"></script>

	<script type="text/javascript" src="js/DojoSfx.js"></script>
		
	<script type="text/javascript">
	
		Event.observe(window, 'load', function(){
			DojoSfx.TextZoomAppear("test-title");
		});
		
	</script>
	
</head>

<body>
<div id="content">
		
	<h1 id="test-title">The Quick Brown Fox Jumps Over the Lazy Dog</h1>
		
</div>	
</body>
</html>