2017 © Pedro Peláez
 

yii2-extension yii2-prettyphoto

Yii2 prettyPhoto image galary widget uses Lightbox view control jquery.prettyphoto.js

image

slavkovrn/yii2-prettyphoto

Yii2 prettyPhoto image galary widget uses Lightbox view control jquery.prettyphoto.js

  • Saturday, July 29, 2017
  • by slavkovrn
  • Repository
  • 1 Watchers
  • 3 Stars
  • 80 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

PrettyPhoto image galary widget for Yii2 Framework

The extension uses jQuery PrettyPhoto and makes image galary from php array of structure defined., (*1)

PrettyPhoto image galary PHP Array generator., (*2)

PrettyPhoto image galary, (*3)

Installation

The preferred way to install this extension is through composer., (*4)

Either run:, (*5)

composer require slavkovrn/yii2-prettyphoto

or add, (*6)

"slavkovrn/yii2-prettyphoto": "*"

to the require section of your composer.json file., (*7)

Usage

Set link to extension in your view:, (*8)



= PrettyPhotoWidget::widget([
    'id'     =>'prettyPhoto',   // id of plugin should be unique at page
    'class'  =>'galary',        // class of plugin to define a style
    'width' => '50%',           // width of image visible in widget (omit - initial width)
    'height' => '100px',        // height of image visible in widget (omit - initial height)
    'images' => [               // images at popup window of prettyPhoto galary
                    1 => [
                            'src' => 'http://yii2.kadastrcard.ru/uploads/prettyphoto/image1.jpg',
                            'title' => 'Image visible in widget',
                        ],
                    2 => [
                            'src' => 'http://yii2.kadastrcard.ru/uploads/prettyphoto/image2.jpg',
                            'title' => 'image 1',
                        ],
                    3 => [
                            'src' => 'http://yii2.kadastrcard.ru/uploads/prettyphoto/image3.jpg',
                            'title' => 'image 2',
                        ],
                    4 => [
                            'src' => 'http://yii2.kadastrcard.ru/uploads/prettyphoto/image4.jpg',
                            'title' => 'image 3',
                        ],
                ]
]) ?>

write comments to admin, (*9)

The Versions

29/07 2017

dev-master

9999999-dev

Yii2 prettyPhoto image galary widget uses Lightbox view control jquery.prettyphoto.js

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 yii 2 image galary widget jquery lightbox images view control

29/07 2017

1.0.1

1.0.1.0

Yii2 prettyPhoto image galary widget uses Lightbox view control jquery.prettyphoto.js

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 yii 2 image galary widget jquery lightbox images view control

27/07 2017

1.0.0

1.0.0.0

Yii2 prettyPhoto image galary widget uses Lightbox view control jquery.prettyphoto.js

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 yii 2 image galary widget jquery lightbox images view control