penblu/fullcalendar

Extension creada por PenBlu para el uso de la libreria jquery-fullcalendar

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

1.0.0 2020-05-19 16:37 UTC

This package is auto-updated.

Last update: 2025-06-20 03:36:02 UTC


README

Extension de FullCalendar creada por PenBlu

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist penblu/fullcalendar "*"

or add

"penblu/fullcalendar": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \penblu\fullcalendar\FullCalendar::widget([
        "containerId" => "pb-cal",
        "lang" => Yii::$app->language,
        "dataEvents" => $exam,//Json::encode(array()),
        "maxWidth" => "100%",
        "margin" => "0px auto",
        "eventClickFn" => "showEvent",
]); ?>```


# FullCalendar [![Build Status](https://travis-ci.com/fullcalendar/fullcalendar.svg?branch=master)](https://travis-ci.com/fullcalendar/fullcalendar)

A full-sized drag & drop JavaScript event calendar

- [Project website and demos](http://fullcalendar.io/)
- [Documentation](http://fullcalendar.io/docs)
- [Support](http://fullcalendar.io/support)
- [Contributing](CONTRIBUTING.md)
- [Changelog](CHANGELOG.md)
- [License](LICENSE.txt)

*From the blog*: [Changes in the Upcoming v5](https://fullcalendar.io/blog/2020/02/changes-in-the-upcoming-v5)