Overview

Packages

  • bootstrap
    • behaviors
    • components
    • form
    • gii
    • helpers
    • widgets

Classes

  • TbActiveForm
  • TbAffix
  • TbAlert
  • TbBreadcrumb
  • TbButtonColumn
  • TbCollapse
  • TbDataColumn
  • TbDetailView
  • TbGridView
  • TbHeroUnit
  • TbListView
  • TbModal
  • TbNav
  • TbNavbar
  • TbPager
  • TbScrollspy
  • TbTabs
  • TbThumbnails
  • TbTypeAhead
  • Overview
  • Package
  • Class
  • Tree

Class TbBreadcrumb

Bootstrap breadcrumb widget.

CWidget
Extended by 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
Methods summary
public
# init( )

Initializes the widget.

Initializes the widget.

public
# run( )

Runs the widget.

Runs the widget.

Properties summary
public string $divider '/'
#

the divider between links in the breadcrumbs.

the divider between links in the breadcrumbs.

public boolean $encodeLabel true
#

whether to HTML encode the link labels.

whether to HTML encode the link labels.

public string $homeLabel
#

the label for the first link in the breadcrumb.

the label for the first link in the breadcrumb.

public array $homeUrl
#

the url for the first link in the breadcrumb

the url for the first link in the breadcrumb

public array $htmlOptions array()
#

the HTML attributes for the breadcrumbs.

the HTML attributes for the breadcrumbs.

public array $links array()
#

list of links to appear in the breadcrumbs.

list of links to appear in the breadcrumbs.

Yiistrap API documentation generated by ApiGen 2.8.0