yii2-fullcalendar wrap fullcalendar2.0 beta (http://arshaw.com/fullcalendar/)

  1. Requirements
  2. Usage

...overview of the extension...

Requirements

...requirements of using this extension (e.g. Yii 2 or above)...

Usage

...put in common/componts...

...use code blocks like the following...

echo common\components\fullcalendar\FullcalendarWidget::widget(
	['options'=>[
	 		'header'=>[
	 				'left'=>'prev,next today',
	 				'center'=> 'title',
	 				'right'=> 'month,agendaWeek,agendaDay'
	 		],
			'lang'=>'zh-cn',
			'loading'=>"js:function loading(bool) {if (bool) $('#loading').show();else $('#loading').hide();}",
		],
	]	
	);
0 0
8 followers
789 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: sharehua
Created on: Feb 25, 2014
Last updated: 10 years ago

Downloads

show all

Related Extensions