Sponsered Links
Categories
Sponsered Links

Dojo Auto Calender Example

 

This is a simple Dojo Auto Calender Example. You can try it by simply copy and customize for your self.

<?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>

 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved