2017 © Pedro Peláez
 

yii2-extension yii2-flexslider

This is widget wrapper of Flexslider https://github.com/woothemes/FlexSlider for Yii2.

image

bupy7/yii2-flexslider

This is widget wrapper of Flexslider https://github.com/woothemes/FlexSlider for Yii2.

  • Friday, February 9, 2018
  • by bupy7
  • Repository
  • 1 Watchers
  • 5 Stars
  • 2,771 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

yii2-flexslider

This is widget wrapper of Flexslider https://github.com/woothemes/FlexSlider for Yii2., (*1)

Installation

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

Either run, (*3)

$ php composer.phar require bupy7/yii2-flexslider "dev-master"

or add, (*4)

"bupy7/yii2-flexslider": "dev-master"

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

How use

Added following code to your view:, (*6)

...

use bupy7\flexslider\FlexSlider;

echo FlexSlider::widget([
    'items' => [
        '<img src="http://placehold.it/900x400&text=323">',
        [
            'content' => '<img src="http://placehold.it/900x400&text=001">',
            'options' => [
                'class' => 'my-class',
            ],
        ],
    ],
]); 

...

Options of widget

Name Description
$items Items of FlexSlider
$pluginOptions FlexSlider plugin options https://github.com/woothemes/FlexSlider/wiki/FlexSlider-Properties
$tagSlides Slides tag. By default 'ul'.
$tagItem Items tag to slides. By default 'li'.
$options FlexSlider widget options.
$slidesOptions Options of slides tag.

License

yii2-flexslider is released under the BSD 3-Clause License., (*7)

The Versions

09/02 2018

dev-master

9999999-dev https://github.com/bupy7/yii2-flexslider

This is widget wrapper of Flexslider https://github.com/woothemes/FlexSlider for Yii2.

  Sources   Download

BSD-3-Clause BSD 3-Clause

The Requires

  • php >=5.4.0

 

extension yii2 widget flexslider

09/02 2018

v1.0.1

1.0.1.0 https://github.com/bupy7/yii2-flexslider

This is widget wrapper of Flexslider https://github.com/woothemes/FlexSlider for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

extension yii2 widget flexslider

16/01 2015

v1.0

1.0.0.0 https://github.com/bupy7/yii2-flexslider

This is widget wrapper of Flexslider https://github.com/woothemes/FlexSlider for Yii2.

  Sources   Download

BSD 3-Clause

The Requires

  • php >=5.4.0

 

extension yii2 widget flexslider