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
8 468
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
    Developed by: sharehua sharehua
    Created: Jun 20, 2010
    Updated: 16 years ago

    Downloads

    show all