This commit is contained in:
Adam Shaw
2009-09-17 06:30:10 +00:00
parent c35a4e89af
commit b3b84dca9a
21 changed files with 2590 additions and 1778 deletions
+9 -4
View File
@@ -62,6 +62,7 @@ views.basicDay = function(element, options) {
// flags for [Opera] rendering bugs
var tdTopBug, trTopBug, tbodyTopBug, sniffBugs = true;
var tdHeightBug;
@@ -100,7 +101,8 @@ function Grid(element, options, methods) {
/********************************* grid rendering *************************************/
/* Grid Rendering
-----------------------------------------------------------------------------*/
element.addClass('fc-grid').css('position', 'relative');
@@ -289,7 +291,8 @@ function Grid(element, options, methods) {
/******************************** event rendering *****************************/
/* Event Rendering
-----------------------------------------------------------------------------*/
function renderEvents(events) {
@@ -451,7 +454,8 @@ function Grid(element, options, methods) {
/***************************** draggable *********************************/
/* Draggable
-----------------------------------------------------------------------------*/
function draggableEvent(event, eventElement) {
@@ -507,7 +511,8 @@ function Grid(element, options, methods) {
/******************************* resizable *****************************/
/* Resizable
-----------------------------------------------------------------------------*/
function resizableEvent(event, eventElement) {