Skip to content

Commit

Permalink
Add readme.
Browse files Browse the repository at this point in the history
Signed-off-by: tbekos <tbekos@gmail.com>
  • Loading branch information
bekos committed Jul 29, 2012
1 parent a3d61af commit ff5254d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
ColumnListView
This extension modified CListView to support multiple items per line.

Yii default CListView displays one _view item per line.
With this widget you can display multiple label/value pairs per line.

Requirements

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

Usage

Checkout source code to your project, for example to ext.widgets
Use it, as any input widget.

Example:

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

0 comments on commit ff5254d

Please sign in to comment.