My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 319: About dayclick function fail...
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Feb 2010


Sign in to add a comment
 
Reported by raw...@gmail.com, Feb 3, 2010
Hi,

When I click a day on monthview, I want to see events as basicDay view of
that day which I clicked.

Let me be more clear: today is 03 Feb 2010. I go back to the January 2010
and want to see events in basicDay view of a specific day (19 Jan 2010)
just by clicking on 19. day.


I tried to set dayclick function for this action but I have failed because
the documentation is so hard to understand for newbies... :-]
Feb 6, 2010
Project Member #1 adamrs...@gmail.com
try something like this:

$('#calendar').fullCalendar({
   dayClick: function(date) {
      $('#calendar')
         .fullCalendar('gotoDate', date)
         .fullCalendar('changeView', 'basicDay');
   }
});
Status: Done
Sign in to add a comment

Powered by Google Project Hosting