A full featured Calendar component with support for multi-month view, easy localization, databound events, and more! Download and integrate our open-source Calendar component to add easy and intuitive date-picking to your web application.
You can choose to disable any date using a separate xml file. The Nitobi Calendar will issue an XHR to load that file when it initializes.
The xml file that you supply to the Calendar to define disabled dates must be of a particular format. If you've used other databound Nitobi components, the format will be familiar. Here is an example:
<?xml version="1.0" encoding="utf-8"?>
<root fields="startdate|enddate|location|description|type">
<e a="2008-01-01" e="disabled" />
<e a="2008-07-01" e="disabled" />
<e a="2008-07-04" e="disabled" />
<e a="2008-12-25" e="disabled" />
</root>
Note that the dates are in ISO 8601 format.
Integrate easily with any web application by using the HTML declaration.
You can databind the Calendar to define event information for a specific date or you can also choose to disable the date. Server support includes VBScript, PHP, Java, ASP.NET and CFM.
Unicode compliance make deploying to foreign-language environments a breeze.
With 14 different themes out of the box, you can quickly adapt the Calendar to the look and feel of your site.
Render as many months as you want!
CSS-based design makes skinning the component straightforward.
Simply drag and drop Ajax components into sites and applications using Adobe Dreamweaver CS3.
Nitobi components have full support for an array of modern browsers including IE6+, Firefox, Mozilla 1.3+, Camino, and Netscape 7+, and Safari 3+.