cancel
Showing results for 
Search instead for 
Did you mean: 

iCalender Display

Former Member
0 Kudos

Hello,

I am using the iCalendar applet on one of my reports. Is there a way to have the calendar as a drop down (i.e. a user clicks in the text box dropdown and then the complete calender pops up) instead of having the calender show up on the initial screen.

Thanks,

Mahwish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes

Former Member
0 Kudos

hi,

use iCalender as like this:

<APPLET NAME="MyApplet" CODEBASE="/Illuminator/Classes/" CODE="iCalendar.class" ARCHIVE="illum8.zip" WIDTH="200" HEIGHT="140">

<param name="SelectionEvent" value="<function name>">

</APPLET>

minimize the size of iCalender and set selection event. in this set size as expanding (like width=400 like) and resize it to orignal size after selecting value(date)

-senthil