Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 130475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T05:57:14+00:00 2026-05-11T05:57:14+00:00

Does anyone know of a good plugin for prototype which allows textareas to automatically

  • 0

Does anyone know of a good plugin for prototype which allows textareas to automatically expand / contract based on how much text there is in them (e.g. a line is added the area gets bigger, a line is removed it gets smaller)?

I need one thats free to use (e.g. some form of GPL type license).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T05:57:14+00:00Added an answer on May 11, 2026 at 5:57 am

    This uses Prototype:

    <textarea id='t1' cols='40' rows='7' style='overflow:hidden;font-size:14px;font-family:'Times New Roman', Times, serif'></textarea> <script type='text/javascript'> function activateResize(element) {     Event.observe(element, 'keyup', function() {       updateSize(element)     });     updateSize(element) }  function updateSize(element) {    //if scrollbars appear, make it bigger, unless it's bigger then the user's browser area.     if(Element.getHeight(element)<$(element).scrollHeight&&Element.getHeight(element)<document.viewport.getHeight()) {         $(element).style.height = $(element).getHeight()+15+'px'         if(Element.getHeight(element)<$(element).scrollHeight) {             window.setTimeout('updateSize(''+element+'')',5)         }            } }  activateResize('t1') </script> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know of a good open source plugin for database querying and exploring
Does anyone know of a good tool or plugin that enables Microsoft Word or
Does anyone know of a good javascript menu using the prototype library. I need
Does anyone know a good plugin to upload and preview an image using jquery....?
Does anyone know of a good lightbox plugin for rails? I found redbox but
Does anyone know of a good Rails 3 compatible gem or plugin that support
does anyone know of a good stable jquery plugin that will support images,swf,flv that
does anyone know of a good place to find plugins for Resharper? Preferably somewhere
Does anyone know a good Java lib that will hook into SVN so I
Does anyone know any good tool that I can use to perform stress tests

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.