Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikemix/efullcalendar
- Owner: mikemix
- License: other
- Created: 2012-11-01T21:29:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T17:13:18.000Z (over 10 years ago)
- Last Synced: 2024-02-25T03:22:03.491Z (11 months ago)
- Language: JavaScript
- Size: 426 KB
- Stars: 12
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
)
)));
?>