Download the PHP package naduvko/yii2-calendarview-widget without Composer
On this page you can find all versions of the php package naduvko/yii2-calendarview-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download naduvko/yii2-calendarview-widget
More information about naduvko/yii2-calendarview-widget
Files in naduvko/yii2-calendarview-widget
Package yii2-calendarview-widget
Short Description CalendarView widget for Yii 2 Framework Bootstrap4.
License MIT
Homepage https://github.com/naduvko/yii2-calendarview-widget
Informations about the package yii2-calendarview-widget
yii2-calendarview-widget
Yii2 CalendarView Widget
About
Ever needed to display table records as a calendar display using just a data provider and a date field? Using Bootstrap 3 and jQuery to create a responsive calendar widget which displays any number of events.
Now with internalizations into 7 languages (slovak, czech, german, english, spanish, russian, and polish), for additional translations send pull requests please.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
To use this widget, you will need a controller and a view:
Lets say you got a table with a standard model and search provider (instanceof \yii\data\DataProviderInterface) that you use in your GridView for example :
models/Calendar.php
just a standard activity record model for instance
models/search/CalendarSearch.php
just a standard search provider
then you will need a controller
controllers/CalendarController.php
and the view