CHANGELOG.txt |
CHANGELOG.txt |
|
FullCalendar 7.x-2.x, xxxx-xx-xx
--------------------------------
#1133486 by aspilicious: Hide fallback with CSS if JS is enabled.
#1132472 by tim.plunkett: Allow changing Time display in Month View.
#1081488 by tim.plunkett: Fix calculation of the… |
fullcalendar.admin.inc |
fullcalendar.admin.inc |
|
Administrative page callbacks for the fullcalendar module. |
fullcalendar.custom.css |
fullcalendar.custom.css |
|
/* Undo Drupal default theme link colors */
.fc-content a:link,
.fc-content a:visited {
color: #fff;
text-decoration: none;
}
/* Reset FullCalendar generic style */
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
border-style: none;
… |
fullcalendar.drush.inc |
fullcalendar.drush.inc |
|
Drush integration for FullCalendar. |
fullcalendar.info |
fullcalendar.info |
|
name = FullCalendar
description = Provides a views style plugin for FullCalendar
core = 6.x
package = "Views"
dependencies[] = views
dependencies[] = date
dependencies[] = jquery_ui
dependencies[] = jquery_update |
fullcalendar.install |
fullcalendar.install |
|
Install, update and uninstall functions for the fullcalendar module. |
fullcalendar.module |
fullcalendar.module |
|
Provides a views style plugin for FullCalendar |
fullcalendar.views.inc |
fullcalendar.views.inc |
|
Contains views module hooks |
fullcalendar_plugin_display_page.inc |
fullcalendar_plugin_display_page.inc |
|
Contains the view display plugin. |
README.txt |
README.txt |
|
This module requires the 3rd party library for FullCalendar located at
http://arshaw.com/fullcalendar. Download and unzip this library into the
sites/all/libraries/fullcalendar directory, or use the Libraries API module for
site specific… |
views-view-fullcalendar.tpl.php |
views-view-fullcalendar.tpl.php |
|
View to display the fullcalendar |
views-view-node-fullcalendar.tpl.php |
views-view-node-fullcalendar.tpl.php |
|
View to display the fullcalendar rows (events) |
views_plugin_node_fullcalendar.inc |
views_plugin_node_fullcalendar.inc |
|
Contains the node view row style plugin. |
views_plugin_style_fullcalendar.inc |
views_plugin_style_fullcalendar.inc |
|
Contains the fullcalendar style plugin. |