sankam/yii2-bootbox

0.0.1 2018-02-04 02:35 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:51:14 UTC


README

https://github.com/makeusabrew/bootbox

composer.json

"require": {
    "sankam/yii2-bootbox": "*"
},

视图

use sankam\bootbox\BootboxAsset;
BootboxAsset::register($this);

//register with replace Yii.confirm
BootboxOverrideAsset::register($this);
//OR
BootboxAsset::registerWithOverride($this);