2017 © Pedro Peláez
 

library yii-magnific-popup

image

edgardmessias/yii-magnific-popup

  • Monday, December 8, 2014
  • by edgardmessias
  • Repository
  • 3 Watchers
  • 8 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii-Magnific-Popup

Magnific Popup is a responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device (Zepto.js compatible)., (*1)

Requirements

Instalation

  • Extract the release file under protected/extensions

Example

From HTML element:

<a class="test-popup-link" href="http://farm9.staticflickr.com/8241/8589392310_7b6127e243_b.jpg">Open popup</a>

```php widget("ext.magnific-popup.EMagnificPopup", array('target' => '.test-popup-link')); ?>, (*2)


###From a group of elements with one parent: ```php <?php $this->beginWidget("ext.magnific-popup.EGroupMagnificPopup"); ?>

```html , (*3)

```php
<?php $this->endWidget(); ?>
<?php $this->beginWidget("ext.magnific-popup.EGalleryMagnificPopup"); ?>

```html , (*4)

```php
<?php $this->endWidget(); ?>

The Versions

08/12 2014

dev-master

9999999-dev

  Sources   Download