penblu/fullcalendar
Composer 安装命令:
composer require penblu/fullcalendar
包简介
Extension creada por PenBlu para el uso de la libreria jquery-fullcalendar
README 文档
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 [](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)
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-05-19