Alert renders an alert bootstrap component. For example, echo Alert::widget([ 'options' => [ 'class' => 'alert-info', ], 'body' => 'Say hello...', ]);.
確定! 回上一頁