2017 © Pedro Peláez
 

yii-extension yii-gcal-flow

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

image

quexer69/yii-gcal-flow

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  • Thursday, June 28, 2018
  • by Quexer69
  • Repository
  • 1 Watchers
  • 1 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

yii-gcal-flow

Version 3.3.0, (*1)

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support., (*2)

Quick-Start

Composer

If you have composer already installed, (*3)

composer.phar require quexer69/yii-gcal-flow 3.*, (*4)

or, (*5)

add the package quexer69/yii-gcal-flow to your composer.json, (*6)

Setup

[SETUP] edit in app/config/main.php, (*7)

REQUIRED, (*8)

'modules' => array(
        'gCalFlow' => array(
            'class' = 'vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget',
        ),

Notice: If you define an alias for 'vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget' would be more comfortable to call the widget., (*9)

i.e. 'aliases' => array( ... 'GCalFlow' => 'vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget', ... ),, (*10)

Run widget

Default Call of the slitSlider Widget, (*11)


$this->widget('vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget');

Params Call of the GoogleCalendarWidget Widget, (*12)


$this->widget('GCalFlow', array( 'calandarId' => 'YOUR_GOOGLE_CALENDAR_ID', 'maxitem' => 6, 'mode' => 'upstream', // [upcoming | updates] 'no_items_html' => '<span>No Events availible!</span>', // HTML for empty calendar 'link_item_title' => true, 'link_item_description' => false, 'auto_scroll' => true, 'height' => '300px', // css height of the #gcf-container 'width' => '100%', // css width of the #gcf-container 'debug' => false, // turn on debug console ) );

Or easily add through P3WidgetContainer (if 'phundament/p3widgets' installed), (*13)

(you need to add GoogleCalendarWidget to the P3Widgets), (*14)

'p3widgets' => array(
        'params' => array(
            'widgets' => array(
                ...
                'GCalFlow.components.GoogleCalendarWidget' => 'Google Calendar List Widget'
        ),
        ...

Documentation

The Versions

28/06 2018

dev-master

9999999-dev https://github.com/Quexer69

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  Sources   Download

BSD-3-Clause MIT Licence

extension jquery calendar yii widget application web gcal

12/02 2014

3.3.0

3.3.0.0 https://github.com/Quexer69

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  Sources   Download

MIT Licence

extension jquery calendar yii widget application web gcal

12/02 2014

3.2.0

3.2.0.0 https://github.com/Quexer69

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  Sources   Download

MIT Licence

extension jquery calendar yii widget application web gcal

11/02 2014

3.1.0

3.1.0.0 https://github.com/Quexer69

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  Sources   Download

MIT Licence

extension jquery calendar yii widget application web gcal

11/02 2014

3.0.0

3.0.0.0 https://github.com/Quexer69

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  Sources   Download

MIT Licence

extension jquery calendar yii widget application web gcal

11/02 2014

2.0.0

2.0.0.0 https://github.com/Quexer69

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  Sources   Download

MIT Licence

extension jquery calendar yii widget application web gcal

11/02 2014

1.0.0

1.0.0.0 https://github.com/Quexer69

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

  Sources   Download

MIT Licence

extension jquery calendar yii widget application web gcal