Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
javascript calendar
Chicamonga
I have a javascript calendar that I would like to add to a dct. In the javascript code there is a calendar icon that can be clicked on to display a calendar. The user then clicks on the date of his or her choice. That date then populates a text field in a form.
<html>
<HEAD>
<script language="JavaScript" src="date-picker.js"></script>
</HEAD>
<!-- STEP THREE: Copy this code into the BODY of your HTML document -->
<BODY>
<center>
<form name=calform>
<input type=text name="datebox" size=15><a href="javascript:show_calendar('calform.datebox');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"><img src="show-calendar.gif" width=24 height=22 border=0></a>
</form>
</center>
</body>
</html>
How can this be done in templating?
Find more posts tagged with
Comments
Bill Klish
I believe there already is a similar tool that Interwoven provides to accomplish this. I have used it at a prior client. Search the technotes, and elsewhere on devnet or the support site.
Chicamonga
I found it. Thank you.
Veneet_Kumar
Hello,
Could you please tell me , where you found the tool provided by Interwoven.
Migrateduser
Tools like this are located on the "collections" tab here in DevNet. This particular tool is reachable from the link below:
http://devnet.interwoven.com/site.fcgi/techlib/048813
Regards,
lissa
rpatiban
We are using the calendar widget (z_calendar.ipl) from Interwoven. For some reason, it is taking more than a min. to load the calendar.
And we have 3-5 date fileds which need to be loaded from the calendar.
So I am back to the question from "Chicamonga", who asked for a way to use a javascript calendar in a DCT. I wonder, if anybody has any clue on this.
Also, I don't see anyone complained about the z_calendar.ipl's performance. Could it be something I am missing?
Thanks much in advance,
Raghu
iwovGraduate
There is a calendar_YYYYMMDD.ipl shipped with TS 6.1. This is quite good in terms of performance - seems to be mostly JS.
Hope that helps.
rpatiban
We are using 5.5.2.
I guess, then we may have to wait until next upgrade .
Anyway, Thanks much for the info.
Raghu