paolomanca/yii2-fullcalendar
最新稳定版本:v2.2.3.3
Composer 安装命令:
composer require paolomanca/yii2-fullcalendar
包简介
Widget for Yii Framework 2.0 to use FullCalendar
README 文档
README
Widget for Yii Framework 2.0 to use FullCalendar (version 2.2.3), based on yii2-talma-fullcalendar-widget
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist paolomanca/yii2-fullcalendar "*"
or add
"paolomanca/yii2-fullcalendar": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \talma\widgets\FullCalendar::widget([ 'googleCalendar' => true, // If the plugin displays a Google Calendar. Default false 'loading' => 'Carregando...', // Text for loading alert. Default 'Loading...' 'config' => [ // put your options and callbacks here // see http://arshaw.com/fullcalendar/docs/ 'lang' => 'pt-br', // optional, if empty get app language ... ], ]); ?>
统计信息
- 总下载量: 140
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2014-11-28