2017 © Pedro Peláez
 

yii2-extension yii2-fullcalendar

Just A Fullcalendar Yii2 Widget 3.1

image

chintan/yii2-fullcalendar

Just A Fullcalendar Yii2 Widget 3.1

  • Friday, December 16, 2016
  • by chintanhingrajiya
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-fullcalendar

fullcalendar yii2 widget, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require chintan/yii2-fullcalendar

or add, (*4)

"chintan/yii2-fullcalendar": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?php
use chintan\fullcalendar\FullCalendar;
?>
<?= FullCalendar::widget([
    'options'=>['id'=>'calender'],

    'config' => [
        'header' => ['left'=>'prev,next today','center'=> 'title','right'=> 'month,agendaWeek,agendaDay'],
        'defaultDate' => date('Y-m-d'),
        'editable' =>  true,
        'lang' => 'en-gb', // optional, if empty get app language
        // put your options and callbacks here
        // see http://arshaw.com/fullcalendar/docs/
        //@eg 'eventSources'=> ['http://localhost/new_crm_branch/crm/marketing/feed'],
    ], 
]); ?>

The Versions

16/12 2016

dev-master

9999999-dev https://github.com/chintanhingrajiya/fullcalendar3.1

Just A Fullcalendar Yii2 Widget 3.1

  Sources   Download

BSD-3-Clause

The Requires

 

by Chintan Hingrajiya

extension yii2 fullcalendar

22/07 2015

0.0.2

0.0.2.0 https://github.com/tejrajs/yii2-fullcalendar#readme

Just A Fullcalendar Yii2 Widget

  Sources   Download

BSD-3-Clause

The Requires

 

by tej raj shrestha

extension yii2 fullcalendar

17/01 2015

0.0.1

0.0.1.0 https://github.com/tejrajs/yii2-fullcalendar#readme

Just A Fullcalendar Yii2 Widget

  Sources   Download

GPL-2.0

The Requires

 

by tej raj shrestha

extension yii2 fullcalendar