All Projects → lav45 → Yii2 Fullcalendar

lav45 / Yii2 Fullcalendar

Licence: bsd-3-clause
Widget for Yii Framework 2.0 to use FullCalendar

Projects that are alternatives of or similar to Yii2 Fullcalendar

yii2-grid-view-library
Highly enhanced GridView widget and grid components for Yii2
Stars: ✭ 57 (+1040%)
Mutual labels:  widget, yii2
yii2-widget-cropbox
This widget allows crop image before upload to server and send informations about crop in JSON format.
Stars: ✭ 90 (+1700%)
Mutual labels:  widget, yii2
yii2-switch-widget
Bootstrap Switch Widget for Yii2
Stars: ✭ 17 (+240%)
Mutual labels:  widget, yii2
Yii2 Sortable Widgets
🍨 Rubaxa/Sortable for Yii2
Stars: ✭ 54 (+980%)
Mutual labels:  yii2, widget
yii2-time-down-counter
Widget for yii2, to start count down timer with a lot of options, This widget build dependence of timeDownCounter JS library
Stars: ✭ 15 (+200%)
Mutual labels:  widget, yii2
Yii2 Date Picker Widget
Bootstrap DatePicker Widget for Yii2
Stars: ✭ 128 (+2460%)
Mutual labels:  yii2, widget
yii2-datetime-widgets
Datetime widgets for Yii2
Stars: ✭ 22 (+340%)
Mutual labels:  widget, yii2
yii2-content-tools
ContentTools editor implementation for Yii 2
Stars: ✭ 79 (+1480%)
Mutual labels:  widget, yii2
yii2-google-analytics
Google Analytics Universal tracking widget.
Stars: ✭ 14 (+180%)
Mutual labels:  widget, yii2
yii2-cookiemonster
Yii extension to manage cookie warning
Stars: ✭ 16 (+220%)
Mutual labels:  widget, yii2
Yii2 Quill
Yii 2 implementation of Quill, modern WYSIWYG editor
Stars: ✭ 52 (+940%)
Mutual labels:  yii2, widget
yii2-number
A number format mask control and input for Yii2 Framework
Stars: ✭ 22 (+340%)
Mutual labels:  widget, yii2
Yii2 Fotorama Widget
Fotorama image gallery widget for yii2
Stars: ✭ 18 (+260%)
Mutual labels:  yii2, widget
Yii2 Imperavi Widget
Imperavi Redactor widget for Yii 2
Stars: ✭ 250 (+4900%)
Mutual labels:  yii2, widget
yii2-highcharts-widget
HighCharts Js Widget for Yii2
Stars: ✭ 40 (+700%)
Mutual labels:  widget, yii2
yii2-multi-select-widget
Bootstrap MultiSelect and MultiSelect Listbox widgets for Yii2
Stars: ✭ 45 (+800%)
Mutual labels:  widget, yii2
yii2-notification-wrapper
Yii2-notification-wrapper module renders a message from session flash (with ajax, pjax support and etc.) through Growl, Noty, Toastr and more libraries
Stars: ✭ 78 (+1460%)
Mutual labels:  widget, yii2
Yii2 App Basic
Yii 2.0 Basic Application Template
Stars: ✭ 548 (+10860%)
Mutual labels:  yii2
Dotplant2
E-Commerce CMS - Yii Framework 2 (yii2, shop)
Stars: ✭ 636 (+12620%)
Mutual labels:  yii2
Nextcloud Notes
✎ Android client for Nextcloud Notes app.
Stars: ✭ 529 (+10480%)
Mutual labels:  widget

yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

Installation

The preferred way to install this extension is through composer.

Either run

~$ composer require lav45/yii2-fullcalendar

or add

"lav45/yii2-fullcalendar": "~1.0"

to the require section of your composer.json file.

Usage

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

use lav45\widget\FullCalendar;

<?= FullCalendar::widget([
    'googleCalendar' => true,  // If the plugin displays a Google Calendar. Default false
    'clientOptions' => [
        // put your options and callbacks here
        // see http://fullcalendar.io/docs/
        'lang' => 'pt-br', // optional, if empty get app language
    ],
]); ?>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].