kalamuna / autogrow_textarea
Adds jQuery NS-Autogrow to the Drupal's textarea Form API element.
Installs: 22 194
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 19
Forks: 1
Open Issues: 0
Type:drupal-module
README
This project has moved over to Drupal.org over at:
https://www.drupal.org/project/autogrow_textarea
Autogrow Textarea Drupal Module
Adds jQuery NS-Autogrow to Drupal's textarea
Form API element.
Installation
Download the module
via Composer
-
Add the following snippet to your
composer.json
to save the JS library into the correct folder:"extra": { "installer-types": ["component"], "installer-paths": { "web/libraries/{$name}": ["type:component"] } }
where
web/libraries/
is the path to your libraries directory relative to your project root. -
Run
composer require kalamuna/autogrow_textarea
just download
- Download the latest release of this module's code here.
- Extract it into the modules directory of your Drupal root.
- Download the
jquery_ns_autogrow
library. - Extract it into the
libraries/jquery_ns_autogrow
directory inside your Drupal root.
Install
Install and enabe the "Autogrow Textarea" module (drush en autogrow_textarea
).