Commit 7e1c20bb by scblack Committed by Carsten Brandt

Change incorrect documentation for size

close #5355
parent 238f393f
......@@ -48,7 +48,7 @@ class Modal extends Widget
*/
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;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment