Hi everyone, I'm very new to jquery and programming in general but I'm still trying to achieve something here.
I use Fullcalendar to allow the users of my web application to insert an event in the database. The click on a day, view changes to agendaDay, then on a time of the day, and a dialog popup opens with a form. I am trying to comb...
Hi guys, I add a new event to fullcalendar, it display well, but when I go to next month and switch back, it disappear! but the old event will display, why? and How can I display all events? thanks a lot!
the detail like:
I have two events: event1, event2
coming from a database and when
FullCalendar initializes, I add them to
the Cale...
Hi, this is my code. It works fine for getting data and parsing, but I am unable to get events displayed. Please let me know the possible reason.
I feel that the callback(event) is not working here.
events: function(callback)
{
$.ajax({
type: "POST",
u...
My site is for listing theatrical productions
(http://theaterOnline.com)
I want to use a drop down list to enable users to filter the listings by location or genre.
The following code refreshes the screen:
$("#cfilter").change(function() {
$('#calendar').fullCalendar('refetchEvents')
})
but I need to be able to change SRC in t...
Please help me in increasing time slots per hour. in my Fullcalendar control its showing 15 minutes gap per hour mins their are 4 slots of 15 minutes, but i needs slots of 5 minutes. please tell me how to do this.
...
It's giving me error
"Line: 13 Error: Object doesn't support this property or method "
please tell me what is problem in my code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel='stylesheet' type='text/css' href='../fullcalendar.css' />
<script ...
I need to change color of some events in Fullcalendar plugin.
I tried "className" property in the constructor of "events" object. However, i couldnt achieve to change the color and css. I checked on the firebug. The css of the event td's are still using default css.
I am generating calendar in the codebehind by using RegisterClientScri...
Hi,
I've downloaded the fullCalendar package and included the jquery.js file and the calendar works, but when I try to open a jquery dialog, it won't open!
I've downloaded the jquery package from jquery.com and included the js from there instead.
Now the dialog works but not the calendar!
What am I doing wrong?
All the jquery files a...
I want to use events (as a function) in my calendar. The example listed refers to myxmlfeed.php and using xml. I have tried adding some xml but I return a js error.
has anybody used FullCalendar in this way?
http://arshaw.com/fullcalendar/docs/event_data/events_function/
...
I had enabled lazyFetching option with true/false. and click on any button of calendar then calendar sending multiple ajax calls to get data.
Here is my configuration
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
editable: false,
disableDragging:true,
co...
On FullCalendar, in the month view, is there a way to hide an event's start time?
...
I would like to render an event to take up the entire space in a cell. For instance in the month view.
Out of the box, the date is displayed on top, and then the event underneath. I want to ignore the date text and display the event over the intire cell, I don't want to hardcode the height of the event.
Hope to get some pointers, I hav...
The default month view display of FullCalendar shows the short version of day names.
I have been trying to find out how to change the display to show full day names. I have read the documentation about dayNames and dayNamesShort, but I can't get it to work.
Any help in how to display the full day names will be appreciated.
Thanks.
...
I want to show a scheduling plan for a couple of seminar-rooms, each of them in a seperate column, within a fullcalendar day view. So it schould look like a current fullcalendar week view but for every single day.
Is there an obvious solution for this?
And if not, where in the source should i start, what to go for, what to avoid?
Some ...
In my calendar I want to colour each event in a different colour. Is there currently a way to send to the full calendar, in the JSON it expects a value for a colour?
FullCalendar
...
Is there a way to display only 2 weeks using jquery full calendar?
...
All I want to achieve is to implement a servlet providing a json feed for my fullcalendar application. When I inspect http://arshaw.com/js/fullcalendar/examples/json.html with Bugzilla, I see that GET-requests are sent to receive the json feed.
However, when I use this example within my scenario, fullcalendar seems to send OPTIONS-reque...
is there a way to make fcdraggable live so it works with ajax loaded external events? right now i'm loading the draggable function after each ajax call, but i'm wondering if there is a more elegant solution using live()
...
I have tried the recommendation from this forum and through the many google searches...but i still can't get the events to show up on my calendar via jsp....i tried with php and it worked...sigh...i wonder where is the error....sigh....
The processRequest method is fine but when it dispatches to the JSP page...nothing appears from the b...
Hello,
I have a jquery fullcalendar. I would like to trigger jquery QTip (or other jquery solution (such as a lightbox)) when I click on a day to bring up a list of options. This question is similar to this question already posted, however different enough to warrant a new question.
There is an event callback for this but I am unsure h...