![]() |
![]() |
| About Us | Services | Download | Order | Support | |
Tigra Calendar - Popup timestamp picker is JavaScript applet that makes it easy for your visitors to fill out the date/time field(s) of your form, by selecting the date from a popup calendar. Script saves the time for those internet/intranet developers who need intuitive, easy to use client-side date or timestamp input control.
Tigra Calendar can work with any browser capable of generic DHTML. The script has been tested on the following browsers:
|
Tigra Calendar script consists of several files. This makes calendar maintenance easier and reduces network load.
Default distribution package contains:
Note: The calendar.html file must be placed in the same directory where a calling page deployed.
Script files should be attached to HTML document with appropriate tags in header:
<head> <!-- some header data --> <script language="JavaScript" src="calendar1.js"></script> <script language="JavaScript" src="calendar2.js"></script> </head>
Tigra Calendar is attached to the form field. First of all make sure your HTML document has valid form with some unique name and some form field:
<form name="some_form_name" ... > <input type="Text" name="input1" value=""> <!-- some inner HTML of the form --> </form>
Note: '...' in the code sample means 'other form attributes here'. Remove those dots when copying that code to your HTML document.
When initializing your calendar you should create calendar object(s)
just after form tag closed. Then specify form element as the only
parameter (document.forms['formname'].elements['inputname']).
For instance:
var cal1 = new calendar1(document.forms['tstest'].elements['input1']);
Note: you can have as many calendar objects as you need for your application.
Calendar should be called inside existing form:
<a href="javascript:cal1.popup();"></a>
Calendar settings are variables which values can be set before calendar constructor call.
Below is the list of supported settings with descriptions:
|
Note: if you want to specify those settings you should change variable value in the working file.
There is no license fee or royalty fee to be paid at any time for using the Tigra Calendar
You may include the source code or modified source code within your own
projects for either personal or commercial use but excluding the
restrictions outlined below. The following restrictions apply to all
parts of the component, including all source code, samples and
documentation.
Copyright ©2002-2006 SoftComplex Inc. All rights reserved. | | company info | terms of service | privacy policy | |