Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 919 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 919 Bytes

this is a fork of kalamuna/autogrow_textarea

It adds the ability to enable which textarea fields have the autogrow script applied from the form field UI settings instead of applying the script to all textareas

Autogrow Textarea Drupal Module

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

Installation

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