Overview

Packages

  • bootstrap
    • behaviors
    • components
    • form
    • gii
    • helpers
    • widgets

Classes

  • TbActiveForm
  • TbAffix
  • TbAlert
  • TbBreadcrumb
  • TbButtonColumn
  • TbCollapse
  • TbDataColumn
  • TbDetailView
  • TbGridView
  • TbHeroUnit
  • TbListView
  • TbModal
  • TbNav
  • TbNavbar
  • TbPager
  • TbScrollspy
  • TbTabs
  • TbThumbnails
  • TbTypeAhead
  • Overview
  • Package
  • Class
  • Tree

Class TbListView

Bootstrap Zii list view.

CListView
Extended by 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
Methods summary
public
# renderEmptyText( )

Renders the empty message when there is no data.

Renders the empty message when there is no data.

Properties summary
public string $pagerCssClass 'pagination'
#

the CSS class name for the pager container. Defaults to '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 <span class="php-keyword1">array</span>(<span class="php-quote">'class'</span>=><span class="php-quote">'ext.bootstrap.widgets.TbPager'</span>).

the configuration for the pager. Defaults to <span class="php-keyword1">array</span>(<span class="php-quote">'class'</span>=><span class="php-quote">'ext.bootstrap.widgets.TbPager'</span>).

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.

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.

the template to be used to control the layout of various sections in the view.

Yiistrap API documentation generated by ApiGen 2.8.0