Download the PHP package thelia/full-calendar-module without Composer
On this page you can find all versions of the php package thelia/full-calendar-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package full-calendar-module
Full Calendar
This module easily integrates FullCalendar to your Thelia 2
Installation
Manually
- Copy the module into directory and be sure that the name of the module is FullCalendar.
- Activate it in your thelia administration panel
Composer
Execute this command in your project directory:
Usage
This module adds a smarty function that creates a calendar for you.
The function has 4 optional parameters:
- id: The calendar container ID. If this parameter isn't used, the ID will be , followed by a increment number. Example: fullcalendar0, fullcalendar1, ...
- class: The calendar container classes. By default, the class is automatically added. This parameter can be an array or a string. Example: ,
- options: This parameter let you give the javascript method's argument. This parameter must be an array. Example: The function will add the tag and the js snippet:
- attr: This parameter let you add more attributes to the calendar container tag. This must be an array. Example: will output
Hook
If your module use one or more hook, fill this part. Explain which hooks are used.
This module uses two hooks:
- : This hook is used to add FullCalendar's default stylesheets (standard and print)
- : This hook is used to add Moment and FullCalendar javascript files and calendars execution script.
All versions of full-calendar-module with dependencies
PHP Build Version
Package Version
Requires
thelia/installer Version
~1.1
The package thelia/full-calendar-module contains the following files
Loading the files please wait ....