Yii Masonry Style v1.0 beta [ Yii Extension ]
Hello guys,
Yii Masonry Style it's new extension for yii to view posts or photos like pinterest.. It's my first extension for yii so please try it and give me your feedback.
Features
Usage
Just copy this code for your index page.
Ex: Websites used Yii Masonry Style
Download
https://github.com/abudayah/yiiMasonry
Please report issues and give me feedback
Hello guys,
Yii Masonry Style it's new extension for yii to view posts or photos like pinterest.. It's my first extension for yii so please try it and give me your feedback.
Features
- infinity scrolling.
- Default theme.
Usage
Just copy this code for your index page.
$this->widget('zii.widgets.CListView', array( 'id' => 'postsIndex', 'dataProvider'=>$dataProvider, 'itemView'=>'_view', 'itemsCssClass'=>'yiiMasonry-200', // Optional: Just theme, to use this theme you have to keep rowSelector => '.view', change this line if you have custom theme. 'template' => '{items} {pager}', 'pager' => array( 'class' => 'ext.yiiMasonry.yiiMasonry', 'rowSelector'=>'.view', // row class 'listViewId' => 'postsIndex', // Container id 'header' => '',) ));
Ex: Websites used Yii Masonry Style
Download
https://github.com/abudayah/yiiMasonry
Please report issues and give me feedback
