\TbBreadcrumbs

Bootstrap breadcrumb widget.

Summary

Methods
Properties
Constants
run()
$tagName
$htmlOptions
$inactiveLinkTemplate
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$tagName

$tagName : string

The tag name for the breadcrumbs container tag. Defaults to 'ul'.

Type

string

$htmlOptions

$htmlOptions : array

The HTML attributes for the breadcrumbs container tag.

Type

array

$inactiveLinkTemplate

$inactiveLinkTemplate : string

String, specifies how each inactive item is rendered. Defaults to "{label}", where "{label}" will be replaced by the corresponding item label.

Note that inactive template does not have "{url}" parameter.

Type

string

Methods

run()

run()

### .run()

Renders the content of the widget.