承接 uran1980/yii2-textarea-autosize 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-14