hiqdev/yii2-asset-jquery-resizable-columns
最新稳定版本:2.2.4.1
Composer 安装命令:
composer require hiqdev/yii2-asset-jquery-resizable-columns
包简介
Yii2 asset for jQuery resizable columns
README 文档
README
Yii2 asset for jQuery resizable columns
This package is Yii2 asset bundle for jquery-resizable-columns.
Installation
The preferred way to install this yii2-extension is through composer.
Either run
php composer.phar require "hiqdev/yii2-asset-jquery-resizable-columns"
or add
"hiqdev/yii2-asset-jquery-resizable-columns": "*"
to the require section of your composer.json.
Usage
It's just a normal Yii2 asset bundle.
You can use it directly inside of a view:
use hiqdev\yii2\assets\JqueryResizableColumns\ResizableColumnsAsset; ResizableColumnsAsset::register($this);
Or you can add it as a dependency to other asset:
class AppAsset extends \yii\web\AssetBundle { public $depends = [ \yii\web\YiiAsset::class, ... \hiqdev\yii2\assets\JqueryResizableColumns\ResizableColumnsAsset::class, ]; }
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2015-2017, HiQDev (http://hiqdev.com/)
统计信息
- 总下载量: 21.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-11-06