PHP Class TbDetailView

Inheritance: extends CDetailView
Show file 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.
$type the table type. Valid values are 'striped', 'bordered' and/or 'condensed'.

Public Methods

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

Method Details

init() public method

Initializes the widget.
public init ( )

Property Details

$cssFile public 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 property

the table type. Valid values are 'striped', 'bordered' and/or 'condensed'.
public $type