PHP Класс TbDetailView

Наследование: extends CDetailView
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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'.

Открытые методы

Метод Описание
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

$type публичное свойство

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