PHP Class WhDetailView

Author: Antonio Ramirez ([email protected])
Inheritance: extends CDetailView
显示文件 Open project: 2amigos/yiiwheels

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.
$type the table type. Valid values are TbHtml::GRID_STRIPED, TbHtml::GRID_BORDERED and/or TbHtml::GRID_CONDENSED.

Public Methods

Method Description
init ( ) Initializes the widget.

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

$type public_oe property

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