ayrozjlc / yii2-blockui
AssetBundle for jQuery BlockUI Plugin http://jquery.malsup.com/block/
Installs: 7 073
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- bower-asset/blockui: dev-master
- yiisoft/yii2: 2.0.*
This package is auto-updated.
Last update: 2024-10-14 01:00:57 UTC
README
AssetBundle for jQuery BlockUI Plugin http://jquery.malsup.com/block/
Installation
####Composer
composer require --prefer-dist "ayrozjlc/yii2-blockui:*"
or add
"ayrozjlc/yii2-blockui": "dev-master"
to the require
section of your composer.json
file.
Usage
in view (for example: @app/views/layouts/main.php
)
// ... use ayrozjlc\blockui\BlockUiAsset; // ... BlockUiAsset::register($this);
or add to your assets/AppAsset.php
public $depends = [ // ... '\ayrozjlc\blockui\BlockUiAsset', ];