Class Alert
Alert renders a Foundation style alert from messages stored on user session variables -named Flash messages.
- CWidget
- foundation\widgets\base\Widget
- foundation\widgets\Alert
Namespace: foundation\widgets
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/alert-boxes.html
Located at widgets/Alert.php
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/alert-boxes.html
Located at widgets/Alert.php
Methods summary
public
|
|
public
|
|
public
string
|
Methods inherited from foundation\widgets\base\Widget
display()
,
registerAssets()
,
registerEvents()
,
registerPlugin()
Magic methods summary
Properties summary
public
array
|
$config |
#
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
string[]
|
$events |
#
the JavaScript event configuration (name=>handler). |