Class TbHeroUnit
Bootstrap hero unit widget.
- CWidget
- TbHeroUnit
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/javascript.html#affix
Located at widgets/TbHeroUnit.php
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Christoffer Niska <christoffer.niska@gmail.com>
See: http://twitter.github.com/bootstrap/javascript.html#affix
Located at widgets/TbHeroUnit.php
public
|
|
public
|
public
string
|
$heading |
|
#
the heading text. |
public
array
|
$headingOptions | array() |
#
the HTML attributes for the heading. |
public
string
|
$content |
|
#
the content text. |
public
string
|
$view |
|
#
the path to a partial view. |
public
array
|
$htmlOptions | array() |
#
the HTML attributes for the container tag. |
public
array
|
$viewData | array() |
#
additional data to be passed to the view. |