Rank: Newbie Groups: Member
Joined: 1/19/2010 Posts: 6
|
Hi, I would like to add a go to option with my calendar scheduler where there will be 2 drop down(one for month and one for year) boxs and a GO button. So the user can select a month/year from the dropdown and click go button to see the schedules of the select month of the year. It is a pain to keep clicking next month if you need to see the schedule for next year.
I have tried to set calender's selected date but it doesn't seems to be working. Anyone have any working example?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to call goTo method to do that: http://doc.essentialobjects.com/library/1/jsdoc.public.calendar.goto.aspxYou can find sample code on how to call that function from this sample (you have the full source code on your machine): http://demo.essentialobjects.com/Demos/Calendar/Features/Title%20and%20Footer%20Template/Demo.aspxIf you have not used our client side API before, you will also want to go over this topic first: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxHope this helps. Please feel free to let us know if you have any questions. Thanks!
|
Rank: Newbie Groups: Member
Joined: 1/19/2010 Posts: 6
|
Thanks- it is working fine now.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Thanks for the update!
|