https://github.com/makeusabrew/bootbox
"require": {
"xj/yii2-bootbox-widget": "*"
},
use xj\bootbox\BootboxAsset;
BootboxAsset::register($this);
//register with replace Yii.confirm
BootboxOverrideAsset::register($this);
//OR
BootboxAsset::registerWithOverride($this);
Comments