PHP 클래스 WhDetailView

저자: Antonio Ramirez ([email protected])
상속: extends CDetailView
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$cssFile the URL of the CSS file used by this detail view. Defaults to false, meaning that no CSS will be included.
$type the table type. Valid values are TbHtml::GRID_STRIPED, TbHtml::GRID_BORDERED and/or TbHtml::GRID_CONDENSED.

공개 메소드들

메소드 설명
init ( ) Initializes the widget.

메소드 상세

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

$type 공개적으로 프로퍼티

the table type. Valid values are TbHtml::GRID_STRIPED, TbHtml::GRID_BORDERED and/or TbHtml::GRID_CONDENSED.
public $type