wdforyii WDCalendar for Yii

WD Calendar for Yii

  1. Requirements
  2. Installation
  3. Features
  4. Demo
  5. Links
  6. Releases

This is a Yii framework module that implements WD Calendar (http://sourceforge.net/projects/jqeventcalendar/).

WD Calendar

Requirements

Yii 1.1.7 (tested)

MySQL DB Connection

Installation

Step 1) extract the content under protected/modules

Step 2) Set your configuration file protected/config/main.php

...
    'modules' => array(
        ...
        'wdcalendar'    => array( 'admin' => 'install' ),
        ...
    )
...

Step 3) Visit http://yoursite.com/wdcalendar (or http://yoursite.com/index.php?r=wdcalendar) and follow the installation steps.

Step 4) Enjoy Your WD Calendar :)

Features

You can either embed the calendar in your own design, or leave it to display full screen (default)

...
    'modules' => array(
        ...
        'wdcalendar'    => array( 'embed' => true ),
        ...
    )
...

You can also set WD specific options

...
    'modules' => array(
        ...
        'wdcalendar'    => array( 
                                'wd_options' => array(  
                                    'view' => 'week',
                                    'readonly' => 'JS:true' // execute JS
                                ) 
                           ),
        ...
    )
...

Demo

Click here to see it in action

Links

http://yiiframework.com

http://sourceforge.net/projects/jqeventcalendar/

http://clevertech.biz/yii

Releases

v.0.1 - 06/24/2011

  • comes with the basic WD features, create/delete/update,
  • drag-and-drop events,
  • can be embedded into layout
8 1
31 followers
2 808 downloads
Yii Version: 1.1
License: LGPL-3.0
Category: Date and Time
Developed by: imehesz
Created on: Jun 28, 2011
Last updated: 12 years ago

Downloads

show all

Related Extensions