2017 © Pedro Peláez
 

extension wgt-fancybox

Widget fancybox

image

panix/wgt-fancybox

Widget fancybox

  • Tuesday, September 12, 2017
  • by andrtechno
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Fancybox widget

Widget for Yii2, (*1)

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License, (*2)

Installation

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

Either run, (*4)

php composer require --prefer-dist panix/wgt-fancybox

or add, (*5)

"panix/wgt-fancybox": "^1.3.0"

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

Usage

Once the extension is installed, simply use it in your code by :, (*7)

 'a.fancybox-image']);

// or use options

echo \panix\ext\fancybox\Fancybox::widget([
    'target' => 'a.fancybox-image',
    'options' => [
        //..
        'onInit'=> new \yii\web\JsExpression('function(){
            console.log("Fancybox onInit");
        }')
    ]
]);

?>

The Versions

12/09 2017

dev-master

9999999-dev https://github.com/andrtechno/wgt-fancybox

Widget fancybox

  Sources   Download

MIT BSD 3-Clause

The Requires

 

extension widget fancybox corner-cms