Browse Source

Improve alert docs (#180) [skip ci]

tags/2.0.7
Nikolay Oleynikov 8 years ago committed by Alexander Makarov
parent
commit
6c46dce621
  1. 2
      Alert.php

2
Alert.php

@ -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.
* *

Loading…
Cancel
Save