Download the PHP package webbuilders-group/silverstripe-gridfield-calendar-view without Composer
On this page you can find all versions of the php package webbuilders-group/silverstripe-gridfield-calendar-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webbuilders-group/silverstripe-gridfield-calendar-view
More information about webbuilders-group/silverstripe-gridfield-calendar-view
Files in webbuilders-group/silverstripe-gridfield-calendar-view
Package silverstripe-gridfield-calendar-view
Short Description A component for viewing a GridField's data as a calendar
License BSD-3-Clause
Informations about the package silverstripe-gridfield-calendar-view
SilverStripe GridField Calendar View
A component for viewing a GridField's data as a calendar, useful for things like event calendars. It also provides a toggle button that let's you switch between the default list view for a GridField and the Calendar view.
Maintainer Contact
- Ed Chipman (UndefinedOffset)
Requirements
- SilverStripe Framework 4.2+ | 5.0+
Installation
Composer (recommended):
If you prefer you may also install manually:
- Download the module from here https://github.com/webbuilders-group/silverstripe-gridfield-calendar-view/releases
- Extract the downloaded archive into your site root so that the destination folder is called gridfield-calendar-view, opening the extracted folder should contain _config.php in the root along with other files/folders
- Run dev/build?flush=all to regenerate the manifest
Quick Start
To get started you need to have an object that can be rendered as a item on a calendar. Then you need to add the GridFieldCalendarView
component to your GridField's config. For example:
There are more options available, when adding the component for information on these see the documentation for more information.