igorska / efullcalendar

Arshaw's FullCalendar as Yii extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arshaw's Full Calendar

Great JavaScript calendar converted to Yii extension.

Example usage:

<?php $this->widget('ext.EFullCalendar.EFullCalendar', array(
	'themeCssFile'=>'cupertino/theme.css',
	'options'=>array(
		'header'=>array(
			'left'=>'prev,next',
			'center'=>'title',
			'right'=>'today'
		)
	))); ?>

About

Arshaw's FullCalendar as Yii extension

License:GNU General Public License v2.0