Documentation v1.0.2

Preview

Overview

Fullcalendar is one of the most popular Javascript Calendar. It's powerful and lightweight and suitable for just about anything. For more info see the official siteand the Github repository.

Usage

Fullcalendar's style and script bundles are separate from our global bundle and required to be included and initialized manually on related pages.
<link href="assets/plugins/custom/fullcalendar/fullcalendar.bundle.css" rel="stylesheet" type="text/css" />
<script src="assets/plugins/custom/fullcalendar/fullcalendar.bundle.js"></script>

Initialization

  • Fullcalendar's CSS and Javascript is required to be added into the page via the usage code snippet above, along with our other global bundles.
  • Add a blank div element with a unique id to initialize with JS.
Preview Get Help Buy Now