ecolumnlistview This extension modified CListView to support multiple items per line.

  1. Screenshot
  2. Requirements
  3. Usage
  4. Example:
  5. Resources
  6. Feedback

Yii default CListView displays one _view item per line. With this widget you can display multiple items per line.

Screenshot

Screenshot

Requirements

Tested with Yii 1.1.10, but should work with previous versions too.

Usage

  • Extract class file or checkout source code to your project, for example to ext.widgets
  • Use it, as any input widget. (Replace 'zii.widgets.CListView' with 'ext.widgets.EColumnListView')

Example:

$this->widget('ext.widgets.EColumnListView', array(
    'dataProvider' => $dataProvider,
    'itemView' => '_view',
    'columns' => 3
));

Resources

Project page on github

Feedback

Any comment, bug or feature request is highly appreciated.

10 0
18 followers
852 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: tbekos
Created on: Aug 3, 2012
Last updated: 11 years ago

Downloads

show all

Related Extensions