FullCalendar Premium v1.1.1
Published by Soliant Consulting on May 14, 2020Updated on May 18, 2020
Tags: Calendar
Download Send To Carafe
Version: 1.1.1
Windows Tested: Yes
Offline Compatible: Yes
Description:
This is a FullCalendar 4.4.0 implementation using the premium Scheduler feature and Bootstrap theme and Tooltip support. Provide your own schedulerLicenseKey.
This bundle is setup to support three configurable views:
- day
- week
- month
- timeline
- resourceTimeline
There are two click events configured to trigger a FileMaker script via fmp url. You pass your script names to these properties:
- clickScript
- doubleclickScript
You can opt out of the latter by setting allowDoubleClick to false.
Opt in to tool tips by including a tooltip property in your events. If the tooltip is left out or is an empty string, it will not display. The tooltip is set to accept simple html, so you can format things like line breaks. You can control the background and text colors of the tooltips.
- tooltipTextColor
- tooltipBackgroundColor
We have exposed quite a few FullCalendar options as runtime variables. The sample data and property names should guide you in figuring out what's configurable. Make sure you look at the reference links to help understand what's going on under the hood.
FullCalendar's Disclaimer: FullCalendar is great for displaying events, but it isn't a complete solution for event
content-management. Though it is not implemented in this bundle, FullCalendar can support dragging an event to a
different time/day. It is up to you to modify the bundle to add this functionality if you need it.
Configuration
Name | Description | Type |
---|---|---|
allDaySlot | text | |
allowDoubleClick | text | |
clickScript | text | |
defaultDate | text | |
doubleclickScript | text | |
duration | jsonObject | |
events | jsonArray | |
filename | text | |
firstDayOfWeek | number | |
maxTime | text | |
minTime | text | |
resourceColumns | jsonArray | |
resources | jsonArray | |
schedulerLicenseKey | text | |
slotDuration | jsonObject | |
slotLabelFormat | jsonArray | |
slotWidthPixels | number | |
timelineHeightPixels | number | |
tooltipBackgroundColor | text | |
tooltipTextColor | text | |
view | dropdown | |
weekends | text |
0 Comments