Gazman
Newbie
Posts: 1
Registered: 1/16/2003
Member Is Offline
|
| posted on 1/16/2003 at 09:52 AM |
|
|
Installation Instructions
First I'd just like to say you have a great product, and it works perfectly for me. I just wanted to make a minor suggestion that you include
some basic installation instructions with the download, as otherwise it takes a couple of minutes to look through the code and figure out what to do,
and for the inexperienced this may seem like a daunting task.
here are some VERY basic instructions for anyone who is looking for them (i THINK they're correct):
1. You must have a named form
2. You must create the calendar variable with the following lines:
<script language="JavaScript">
var cal = new calendar1(document.forms['getDate'].elements['date']);
</script>
3. Inside your named form is the input as follows:
<input type="Text" name="date" value="">
<a href="javascript:cal.popup();"><img src="img/cal.gif" width="16" height="16" border="0"
alt="Click Here to Pick up the date"></a><br>
The "cal" in "cal.popup" is the whatever you have called your calendar variable (created in step 2).
I think that's basically it. I'll include my test.html that I used when I first tried TigraCal.
Remember to include calendar.html and calendar1.js in the same directory as test.html.
Let me know if i missed anything. I know this is redundant but maybe it'll help some people. Thanks Tigra!!
|
|
|
Kerri
Newbie
Posts: 1
Registered: 4/2/2003
Member Is Offline
|
| posted on 4/2/2003 at 05:23 PM |
|
|
Installation Instructions
I figured it out. I just needed to delete the other calendar variables.
Great Calendar.
Thanks,
Kerri
|
|
|