Browse Source

Change incorrect documentation for size

close #5355
tags/2.0.0
scblack 10 years ago committed by Carsten Brandt
parent
commit
cbd7c0da6c
  1. 2
      Modal.php

2
Modal.php

@ -48,7 +48,7 @@ class Modal extends Widget
*/ */
public $footer; public $footer;
/** /**
* @var string the modal size. Can be MODAL_LG or MODAL_SM, or empty for default. * @var string the modal size. Can be [[SIZE_LARGE]] or [[SIZE_SMALL]], or empty for default.
*/ */
public $size; public $size;
/** /**

Loading…
Cancel
Save