PHP Class TbListView

Inheritance: extends CListView
Exibir arquivo Open project: yinhe/yincart Class Usage Examples

Public Properties

Property Type Description
$cssFile the URL of the CSS file used by this detail view. Defaults to false, meaning that no CSS will be included.
$pager the configuration for the pager. Defaults to array('class'=>'ext.bootstrap.widgets.TbPager').
$pagerCssClass the CSS class name for the pager container. Defaults to 'pagination'.

Public Methods

Method Description
init ( ) ### .init()

Method Details

init() public method

Initializes the widget.
public init ( )

Property Details

$cssFile public_oe property

the URL of the CSS file used by this detail view. Defaults to false, meaning that no CSS will be included.
public $cssFile

$pager public_oe property

the configuration for the pager. Defaults to array('class'=>'ext.bootstrap.widgets.TbPager').
public $pager

$pagerCssClass public_oe property

the CSS class name for the pager container. Defaults to 'pagination'.
public $pagerCssClass