Class TbNavbar
Bootstrap navbar widget.
- CWidget
- TbNavbar
Package: bootstrap\widgets
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
See: http://twitter.github.com/bootstrap/components.html#navbar
Located at widgets/TbNavbar.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
See: http://twitter.github.com/bootstrap/components.html#navbar
Located at widgets/TbNavbar.php
public
|
|
public
|
public
string
|
$color |
|
#
the navbar color. |
public
string
|
$brandLabel |
|
#
the brand label text. |
public
mixed
|
$brandUrl |
|
#
the brand url. |
public
array
|
$brandOptions | array() |
#
the HTML attributes for the brand link. |
public
string
|
$display |
|
#
nanvbar display type. |
public
boolean
|
$fluid | false |
#
whether the navbar spans over the whole page. |
public
boolean
|
$collapse | false |
#
whether to enable collapsing of the navbar on narrow screens. |
public
array
|
$collapseOptions | array() |
#
additional HTML attributes for the collapse widget. |
public
array
|
$items | array() |
#
list of navbar item. |
public
array
|
$htmlOptions | array() |
#
the HTML attributes for the navbar. |