文件名称:autogrow:yii 框架中 texarea 的 Jquery 自动增长扩展
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-19 01:24:09
JavaScript
jQuery 自动增长 yii 框架中 texarea 的 Jquery 自动增长扩展 安装 安装此扩展的首选方法是通过 。 要么跑 php composer.phar require --prefer-dist moonlandsoft/autogrow "*" 或添加 "moonlandsoft/autogrow": "*" 到composer.json文件的 require 部分。 用法 安装扩展后,只需通过以下方式在代码中使用它: <?= Autogrow :: widget ([ 'selector' => '.text-area-grow' ]); ?> 或将其与 jquery 函数调用一起使用: <?= Autogrow :: widget ([ 'selector' => '.text-area-grow' , 'functionName' => 'make
【文件预览】:
autogrow-master
----Autogrow.php(928B)
----AutogrowInput.php(562B)
----AutogrowPlugin.php(390B)
----LICENSE(1KB)
----assets()
--------jquery.autosize.js(8KB)
--------jquery.autogrow.js(3KB)
----README.md(886B)
----composer.json(470B)