2017 © Pedro Peláez
 

contao-module contao-form-auto-grow

Automatically resizes textareas depending on their content

image

wangaz/contao-form-auto-grow

Automatically resizes textareas depending on their content

  • Wednesday, February 7, 2018
  • by Wangaz
  • Repository
  • 2 Watchers
  • 2 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Form Auto Grow for Contao

Automatically resizes textareas depending on their content for Contao CMS., (*1)

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License., (*2)

CSS Tips

Use the following CSS-Styles to get most out of Auto Grow., (*3)

Hide the vertical scrollbar that sometimes appears in Webkit while resizing:, (*4)

textarea {
    overflow-y: hidden;
}

Hide the resize handle in Webkit:, (*5)

textarea {
    resize: none;
}

Animate the height via CSS-Transforms:, (*6)

textarea {
    -moz-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}

The Versions

07/02 2018

dev-master

9999999-dev http://www.wangaz.com

Automatically resizes textareas depending on their content

  Sources   Download

CC-BY-SA-4.0 CC-BY-SA 4.0

The Requires

 

textarea contao auto grow

07/02 2018

3.1.2

3.1.2.0 http://www.wangaz.com

Automatically resizes textareas depending on their content

  Sources   Download

CC-BY-SA-4.0

The Requires

 

textarea contao auto grow

22/07 2014

3.1.1

3.1.1.0 http://www.wangaz.com

Automatically resizes textareas depending on their content

  Sources   Download

CC-BY-SA 4.0

The Requires

 

textarea contao auto grow

30/06 2014

3.1.0

3.1.0.0 http://www.wangaz.com

Automatically resizes textareas depending on their content

  Sources   Download

CC-BY-SA 4.0

The Requires

 

textarea contao auto grow

30/06 2014

3.0.1

3.0.1.0 http://www.wangaz.com

Automatically resizes textareas depending on their content

  Sources   Download

CC-BY-SA 4.0

The Requires

 

textarea contao auto grow

30/06 2014

3.0.0

3.0.0.0 http://www.wangaz.com

Automatically resizes textareas depending on their content

  Sources   Download

CC-BY-SA 4.0

The Requires

 

textarea contao auto grow

30/06 2014

2.1.0

2.1.0.0 http://www.wangaz.com

Automatically resizes textareas depending on their content

  Sources   Download

CC-BY-SA 4.0

The Requires

 

textarea contao auto grow