2017 © Pedro Peláez
 

yii2-extension yii2extblocksit

Yii2 Blocksit Integration for Yii2

image

philippfrenzel/yii2extblocksit

Yii2 Blocksit Integration for Yii2

  • Sunday, February 9, 2014
  • by philippfrenzel
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2extblocksit

Widget for Blocksi.js pinterest like layout container for Yii Framework 2, (*1)

How to install?

Get it via composer by adding the package to your composer.json:, (*2)

{
  "require": {
    "philippfrenzel/yii2extblocksit": "*"
  }
}

You may also check the package information on packagist., (*3)

Usage

<?php echo \philippfrenzel\yii2extblocksit\yii2extblocksit::widget([
    'clientOptions' => [
        'numOfCol' => 5,
        'offsetX' => 5,
        'offsetY' => 5,
        'blockElement' => 'site_index'
    ]
]); ?>

The Versions

09/02 2014

dev-master

9999999-dev http://www.frenzel.net/

Yii2 Blocksit Integration for Yii2

  Sources   Download

MIT

The Requires

 

yii blocksit