uran1980/yii2-textarea-autosize
最新稳定版本:0.0.6
Composer 安装命令:
composer require uran1980/yii2-textarea-autosize
包简介
An Yii2 Textarea Autosize extension based on Autosize javascript library.
README 文档
README
This component based on A small, stand-alone script to automatically adjust textarea height.
Installation
Composer
The preferred way to install this extension is through Composer.
Either run
php composer.phar require uran1980/yii2-textarea-autosize "dev-master"
or add
"uran1980/yii2-textarea-autosize": "dev-master"
to the require section of your composer.json
Usage
add as dependensy in you AssetBundle.php for example:
namespace frontend\assets; class YourAppAsset extends \yii\web\AssetBundle { ... public $depends = [ 'uran1980\yii\assets\TextareaAutosizeAsset', ... ]; }
Author
Ivan Yakovlev, e-mail: uran1980@gmail.com
统计信息
- 总下载量: 10.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-14