|
|
@ -52,7 +52,7 @@ class Alert extends Widget |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public $body; |
|
|
|
public $body; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @var array the options for rendering the close button tag. |
|
|
|
* @var array|false the options for rendering the close button tag. |
|
|
|
* The close button is displayed in the header of the modal window. Clicking |
|
|
|
* The close button is displayed in the header of the modal window. Clicking |
|
|
|
* on the button will hide the modal window. If this is false, no close button will be rendered. |
|
|
|
* on the button will hide the modal window. If this is false, no close button will be rendered. |
|
|
|
* |
|
|
|
* |
|
|
|