Skip to content

Arshaw's FullCalendar as Yii extension

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt
Notifications You must be signed in to change notification settings

youenna/efullcalendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arshaw's Full Calendar

Great JavaScript calendar converted to Yii extension.

Example usage:

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

About

Arshaw's FullCalendar as Yii extension

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.4%
  • PHP 3.6%