2017 © Pedro Peláez
 

yii2-extension yii2-fullcalendar

Just A Fullcalendar Yii2 Widget

image

tejrajs/yii2-fullcalendar

Just A Fullcalendar Yii2 Widget

  • Wednesday, July 22, 2015
  • by tejrajs
  • Repository
  • 3 Watchers
  • 1 Stars
  • 1,525 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % 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 --prefer-dist tejrajs/yii2-fullcalendar "dev-master"

or add, (*4)

"tejrajs/yii2-fullcalendar": "dev-master"

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 tejrajs\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

22/07 2015

dev-master

9999999-dev 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

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