yii2-toastr icon indicating copy to clipboard operation
yii2-toastr copied to clipboard

Set Both Title and Message

Open deshario opened this issue 7 years ago • 1 comments

I can't see that how to set both title and message from controller in documentation. \Yii::$app->session->setFlash('error', 'This is the title'); // This is title only #Thankx

deshario avatar Nov 27 '17 18:11 deshario

the method setFlash does not have the ability to specify additional options.

lavrentiev avatar Dec 14 '17 07:12 lavrentiev