ayrozjlc/yii2-blockui AssetBundle for jQuery BlockUI Plugin http://jquery.malsup.com/block/

Yii2 BlockUI

  1. Installation
  2. Usage

Latest Stable Version Total Downloads Latest Unstable Version License *** 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',
];
0 0
1 follower
6 049 downloads
Yii Version: 2.0
License: BSD-3-Clause
Category: User Interface
Developed by: José lópez Chávez
Created on: Aug 2, 2018
Last updated: (not set)
Packagist Profile
Github Repository