PHP Класс TbNavbar

С версии: 0.9.7
Наследование: extends CWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$brand the text for the brand.
$brandOptions the HTML attributes for the brand link.
$brandUrl the URL for the brand link.
$collapse whether to enable collapsing on narrow screens. Default to false.
$fixed fix location of the navbar if applicable. Valid values are 'top' and 'bottom'. Defaults to 'top'. Setting the value to false will make the navbar static.
$fluid whether the nav span over the full width. Defaults to false.
$htmlOptions the HTML attributes for the widget container.
$items navigation items.
$type the navbar type. Valid values are 'inverse'.

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

Метод Описание
init ( ) ### .init()
run ( ) ### .run()

Защищенные методы

Метод Описание
getContainerCssClass ( ) : string ### .getContainerCssClass()

Описание методов

getContainerCssClass() защищенный Метод

Returns the navbar container CSS class.
protected getContainerCssClass ( ) : string
Результат string the class

init() публичный Метод

Initializes the widget.
public init ( )

run() публичный Метод

Runs the widget.
public run ( )

Описание свойств

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

the text for the brand.
public $brand

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

the HTML attributes for the brand link.
public $brandOptions

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

the URL for the brand link.
public $brandUrl

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

whether to enable collapsing on narrow screens. Default to false.
public $collapse

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

fix location of the navbar if applicable. Valid values are 'top' and 'bottom'. Defaults to 'top'. Setting the value to false will make the navbar static.
С версии: 0.9.8
public $fixed

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

whether the nav span over the full width. Defaults to false.
С версии: 0.9.8
public $fluid

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

the HTML attributes for the widget container.
public $htmlOptions

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

navigation items.
С версии: 0.9.8
public $items

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

the navbar type. Valid values are 'inverse'.
С версии: 1.0.0
public $type