Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Latest commit

 

History

History
47 lines (36 loc) · 2.85 KB

README.md

File metadata and controls

47 lines (36 loc) · 2.85 KB

pat-calendar


Note: deprecated pattern

This pattern is integrated into Patterns directly.
Please use the pattern at: https://github.com/Patternslib/Patterns/tree/master/src/pat/calendar


Patternslib plugin for FullCalendar

Usage

To convert an HTML element (such as the block element

) into a calendar, just give it the class pat-calendar. The following properties/values are supported in the data-pat-calendar data attribute:

Property Default value Values Description Type
calendar-controls
category-controls
column-day dddd M/d
column-month ddd
column-week ddd M/d
default-view month month, basicWeek, basicDay, agendaWeek, agendaDay The default view of the calendar. Mutually Exclusive
drag-and-drop true, false Enable support for drag and drop or drag to resize of the events in the calendar. Mutually Exclusive
drop-external-events true, false Enable support for dragging and dropping events from outside of the calendar, into it. Mutually Exclusive
external-event-selector A JQuery selector with which external events are identified. Used in conjunction with drop-external-events. JQuery selector string
first-day 0
first-hour 6
height auto
ignore-url
start-date
store none none, session, local
time-format h(:mm)t
title-day dddd, MMM d, YYYY
title-month MMMM YYYY
title-week MMM D YYYY

Tests

Simply run make check