| Issue 847: | problems on new events, and editting events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
to render a new event is not shown or icons when I add it to the event, I am using this statement
$ ('# calendar'). fullCalendar ('renderEvent', event);
after saving the event database and the configuration I have this calendar:
........ More Settings
eventRender: function (event, element) {
element.find (". fc-event-time. ") before ("<img src = \". / images / edit.png \ "/ border = \" 0 \ "onClick = \" javascript: edit ('"+ event.title +"','"+$. fullCalendar.formatDate (event.start, 'yyyy-MM-dd HH: mm: ss' )+"','"+$. fullCalendar.formatDate (event.end, 'yyyy-MM-dd HH: mm: ss' )+"','"+ event.id + "') \ ">");
element.find (". fc-event-time. ") before ("<img src = \". / images / delete.png \ "border = \" 0 \ "onClick = \" javascript: delete ('"+ +"','"+$. event.title fullCalendar.formatDate (event.start, 'yyyy-MM-dd HH: mm: ss' )+"','"+$. fullCalendar.formatDate (event.end' yyyy-MM-dd HH: mm: ss ')+"','"+ event.id + "') \ "/>");
}
......... more settings.
As I can solve this problem? and the event must start and end time should at least show it not?
Thanks in advance
Mar 24, 2011
Project Member
#1
adamrs...@gmail.com
Status:
Done
Mar 25, 2011
where is the support forum? Thanks
Apr 2, 2011
http://arshaw.com/fullcalendar/support/ we are using stackoverflow for now. sorry, thanks! |
|
| ► Sign in to add a comment |