<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Dojo Auto Calender Example</title>
<link rel="stylesheet" type="text/css" href="dojo-release-1.0.0/dijit/themes/tundra/tundra.css"/>
<script type="text/javascript" djConfig="parseOnLoad: true" src="dojo-release-1.0.0/dojo/dojo.js"></script>
<script type="text/javascript">
dojo.require("dijit.form.DateTextBox");
</script>
</head>
<body class="tundra">
<p>Enter a date below:</p>
<input dojoType="dijit.form.DateTextBox"/>
</body>
</html>
|