fullcalendar fullCalendar

  1. Documentation
  2. Change Log

This extension is fullCalendar alt "例图"

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

$this->widget('application.extensions.fullcalendar.FullcalendarGraphWidget', 
    array(
    	'data'=>array(
				'title'=> 'All Day Event',
				'start'=> date('Y-m-j')
		),
        'options'=>array(
			'editable'=>true,
        ),
        'htmlOptions'=>array(
               'style'=>'width:800px;margin: 0 auto;'
        ),
    )
);

Change Log

June 20, 2010
  • Initial release.
27 1
25 followers
8 468 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: sharehua
Created on: Jun 20, 2010
Last updated: 13 years ago

Downloads

show all