Essential reminder of where you are
Basic example of usage is this:
$this->widget(
'booster.widgets.TbBreadcrumbs',
array(
'homeLink' => 'Home',
'links' => array('')
)
);
$this->widget(
'booster.widgets.TbBreadcrumbs',
array(
'links' => array('Library'),
)
);
$this->widget(
'booster.widgets.TbBreadcrumbs',
array(
'links' => array('Library' => '#', 'Data'),
)
);
Here's all configuration properties which you can set for TbEditableView widget.
| Property | Description |
|---|---|
type name = default |
description |