Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikemix/efullcalendar

Arshaw's FullCalendar as Yii extension
https://github.com/mikemix/efullcalendar

Last synced: 2 months ago
JSON representation

Arshaw's FullCalendar as Yii extension

Awesome Lists containing this project

README

        

Arshaw's Full Calendar
======================

Great JavaScript calendar as Yii extension.

Example usage:

widget('ext.EFullCalendar.EFullCalendar', array(
'themeCssFile'=>'cupertino/jquery-ui.min.css',
'options'=>array(
'header'=>array(
'left'=>'prev,next',
'center'=>'title',
'right'=>'today'
)
)));
?>