yii2-sweet-alert
yii2-sweet-alert copied to clipboard
SweetAlert widget for Yii2 framework
Hi!, It would be nice to upgrade the "yiisoft/yii2-bootstrap": "*", dependency from composer.json to Bootstrap 4 .. maybe using another repository name? I've checked the sources and I found one...
- yii2mod/yii2-sweet-alert 1.3 requires bower-asset/sweetalert 1.1.3 -> no matching package found.
- yii2mod/yii2-sweet-alert 1.3 requires bower-asset/sweetalert 1.1.3 -> no matching package found.
I start to use this as a replacement to data-confirm alerts. So I noticed sweetalert-min.js is not loading and always say swal is not defined. So when I go through...
实现效果:定时关闭alert, Alert 代码: ........ echo \yii2mod\alert\Alert::widget([ 'useSessionFlash' => false, 'options' => [ 'timer' => null, 'type' => $type, 'title' => $message, 'timer'=> 1500, // 'showConfirmButton'=> false ] ]); ....... 发现并没有自动关闭,查看...