/efullcalendar

Arshaw's FullCalendar as Yii extension

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

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'
		)
	))); ?>