2017 © Pedro Peláez
 

yii2-extension yii2-backstretch

Jquery Backstrech Plugin for the Yii2 framework

image

linchpinstudios/yii2-backstretch

Jquery Backstrech Plugin for the Yii2 framework

  • Friday, August 1, 2014
  • by linchpin
  • Repository
  • 3 Watchers
  • 6 Stars
  • 771 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Yii2-Backstretch

Jquery backstretch widget for Yii2., (*1)

Backstretch Website: http://srobbin.com/jquery-plugins/backstretch/, (*2)

Installation

Composer:

1) Add to your composer.json
"require": {
  // ...
  "linchpinstudios/yii2-backstretch": "*",
  // ...
},
2) Run
php composer.phar update

Usage

1) Include Widget at top of page
use linchpinstudios/backstretch;
2) Call Widget
<?php
  echo Backstrech::widget([
    'duration' => 3000,
    'fade' => 750,
    'clickEvent' => false,
    'images' => [
      ['image' => 'http://dl.dropbox.com/u/515046/www/outside.jpg'],
      ['image' => 'http://dl.dropbox.com/u/515046/www/garfield-interior.jpg'],
      ['image' => 'http://dl.dropbox.com/u/515046/www/cheers.jpg'],
    ],
  ]);
?>

The Versions

01/08 2014

dev-master

9999999-dev

Jquery Backstrech Plugin for the Yii2 framework

  Sources   Download

MIT

The Requires

 

by Josh Hagel

plugin yii2 jquery backstrech

09/07 2014

v0.1-beta

0.1.0.0-beta

Jquery Backstrech Plugin for the Yii2 framework

  Sources   Download

MIT

The Requires

 

by Josh Hagel

plugin yii2 jquery backstrech