Class TbAlert
Bootstrap alert widget.
- CWidget
- TbAlert
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#alerts
Located at widgets/TbAlert.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#alerts
Located at widgets/TbAlert.php
public
|
|
public
|
public
array
|
$alerts |
|
#
the alerts configurations (style=>config). |
public
string|boolean
|
$closeText |
|
#
the close link text. If this is set false, no close link will be displayed. |
public
boolean
|
$block | true |
#
indicates whether the alert should be an alert block. Defaults to 'true'. |
public
boolean
|
$fade | true |
#
indicates whether alerts should use transitions. Defaults to 'true'. |
public
string[]
|
$events | array() |
#
the JavaScript event configuration (name=>handler). |
public
array
|
$htmlOptions | array() |
#
the HTML attributes for the alert container. |