2017 © Pedro Peláez
 

yii2-extension yii2-bx-slider

Bx-slider widget based on bx-slider extension {@link http://bxslider.com)

image

yii2mod/yii2-bx-slider

Bx-slider widget based on bx-slider extension {@link http://bxslider.com)

  • Friday, May 20, 2016
  • by disem
  • Repository
  • 2 Watchers
  • 11 Stars
  • 3,178 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

Bx Slider Widget for Yii 2

Widget based on BxSlider extension, (*1)

Latest Stable Version Total Downloads License, (*2)

Installation

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

Either run, (*4)

php composer.phar require --prefer-dist yii2mod/yii2-bx-slider "*"

or add, (*5)

"yii2mod/yii2-bx-slider": "*"

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

Usage

Once the extension is installed, simply add widget to your page as follows:, (*7)

// Video items
$items = [
   '<iframe src="https://www.youtube.com/embed/ES__vbRnN-A" frameborder="0"></iframe>',
   '<iframe src="https://www.youtube.com/embed/Ez_LIuE96-A" frameborder="0"></iframe>'
 ];

// Or image items
$items = [
   '<img src="/imagepath/imagename.jpg" alt="" title="Your image title">',
];

 echo yii2mod\bxslider\BxSlider::widget([
    'pluginOptions' => [
        'maxSlides' => 1,
        'controls' => false,
         // set video property to true, if in $items array exist videos
        'video' => true,
        'slideWidth' => 400,
         // usage events
        'onSliderLoad' => new yii\web\JsExpression('
            function() {
                alert("Slider load");
            },
        ')
     ],
    'items' => $items 
 ]); 

Slider Options

You can find them on the options page, (*8)

The Versions

20/05 2016

dev-master

9999999-dev

Bx-slider widget based on bx-slider extension {@link http://bxslider.com)

  Sources   Download

MIT

The Requires

 

by Igor Chepurnoy

yii2 module

24/07 2015

1.0

1.0.0.0

Bx-slider widget based on bx-slider extension {@link http://bxslider.com)

  Sources   Download

MIT

The Requires

  • bower-asset/bx-slider.js *

 

by Igor Chepurnoy

yii2 module