aekkapun/yii2-bootboxbs4-widget

yii2-bootbox-widget

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

pkg:composer/aekkapun/yii2-bootboxbs4-widget

1.0.7 2017-11-30 02:51 UTC

This package is not auto-updated.

Last update: 2025-10-08 09:37:57 UTC


README

https://github.com/makeusabrew/bootbox

composer.json

"require": {
    "xj/yii2-bootbox-widget": "*"
},

In View

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

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