kalamuna/autogrow_textarea

This package is abandoned and no longer maintained. No replacement package was suggested.

Adds jQuery NS-Autogrow to the Drupal's textarea Form API element.

Installs: 22 190

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 19

Forks: 1

Open Issues: 0

Type:drupal-module

2.0.0 2023-07-13 20:21 UTC

This package is auto-updated.

Last update: 2023-08-13 20:47:31 UTC


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

  1. 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.

  2. Run composer require kalamuna/autogrow_textarea

just download

  1. Download the latest release of this module's code here.
  2. Extract it into the modules directory of your Drupal root.
  3. Download the jquery_ns_autogrow library.
  4. 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).