Skip to Navigation | Skip to Content


Products


Nitobi Calendar

Nitobi Calendar

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.

Live Demo | View Source | Download Now (3.1KB)

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.

Example Source Code (hide)

Component Markup

JavaScript Code

Overview

Flexible declarative interface

Integrate easily with any web application by using the HTML declaration.

Databinding Support

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.

Internationalizatized

Unicode compliance make deploying to foreign-language environments a breeze.

Loads of Included Themes

With 14 different themes out of the box, you can quickly adapt the Calendar to the look and feel of your site.

Multi Month View

Render as many months as you want!

Skinnable

CSS-based design makes skinning the component straightforward.

Integrates with Adobe Dreamweaver.

Simply drag and drop Ajax components into sites and applications using Adobe Dreamweaver CS3.

Cross Browser.

Nitobi components have full support for an array of modern browsers including IE6+, Firefox, Mozilla 1.3+, Camino, and Netscape 7+, and Safari 3+.