PHP 클래스 TbListView

상속: extends CListView
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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'.

공개 메소드들

메소드 설명
init ( ) ### .init()

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

프로퍼티 상세

$cssFile 공개적으로 프로퍼티

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

$pager 공개적으로 프로퍼티

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

$pagerCssClass 공개적으로 프로퍼티

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