Class TbListView
Bootstrap Zii list view.
- CListView
- TbListView
Direct known subclasses
TbThumbnails
Package: bootstrap\widgets
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
Located at widgets/TbListView.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
Located at widgets/TbListView.php
public
|
public
string
|
$pagerCssClass | 'pagination' |
#
the CSS class name for the pager container. Defaults to 'pagination'. |
public
array
|
$pager | array('class' => 'bootstrap.widgets.TbPager') |
#
the configuration for the pager. Defaults to |
public
string
|
$cssFile | false |
#
the URL of the CSS file used by this detail view. Defaults to false, meaning that no CSS will be included. |
public
string
|
$template | "{items}\n<div class=\"row-fluid\"><div class=\"span6\">{pager}</div><div class=\"span6\">{summary}</div></div>" |
#
the template to be used to control the layout of various sections in the view. |