Class TbBreadcrumb
Bootstrap breadcrumb widget.
- CWidget
- TbBreadcrumb
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#breadcrumbs
Located at widgets/TbBreadcrumb.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#breadcrumbs
Located at widgets/TbBreadcrumb.php
public
|
|
public
|
public
string
|
$divider | '/' |
#
the divider between links in the breadcrumbs. |
public
boolean
|
$encodeLabel | true |
#
whether to HTML encode the link labels. |
public
string
|
$homeLabel |
|
#
the label for the first link in the breadcrumb. |
public
array
|
$homeUrl |
|
#
the url for the first link in the breadcrumb |
public
array
|
$htmlOptions | array() |
#
the HTML attributes for the breadcrumbs. |
public
array
|
$links | array() |
#
list of links to appear in the breadcrumbs. |