Property | Type | Description | |
---|---|---|---|
$alertTypes | the alert types configuration for the flash messages. This array is setup as $key => $value, where: - $key is the name of the session flash variable - $value is the array: - class of alert type (i.e. danger, success, info, warning) - icon for alert AdminLTE | ||
$closeButton | the options for rendering the close button tag. | ||
$isAjaxRemoveFlash | whether to removed flash messages during AJAX requests |
Method | Description | |
---|---|---|
init ( ) | Initializes the widget. |
public init ( ) |
public $alertTypes |