rklandesverband / yii2-bootbox
Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- npm-asset/bootbox: ^4.4.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-29 05:28:32 UTC
README
bootbox
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rklandesverband/yii2-bootbox "*"
or add
"rklandesverband/yii2-bootbox": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \rklandesverband\bootbox\AutoloadExample::widget(); ?>```