TextAreaAutoExpander

This component will automatically make sure that all textarea widgets on the page automaticall change height based on the amount of text in it.

Usage

Just include the following in all pages which need the component (or include in your layout component).


<span t:type="equanda/TextAreaAutoExpander"/>

There is one possible parameters :

  • extraSpace : number of pixels which should always be available under the bottom line.
  • 1. TextAreaAutoExpander
  • 1.1. Usage