vote up 3 vote down star
6

How does Stackoverflow implement the resizable textarea?

Is that something they rolled themselves or is it a publicly available component that I can easily attach to textareas on my sites?

I found this question and it doesn't quite do what I want.

autosizing-textarea

That talks more about automatically resizing textareas whereas I want the little grab-area that you can drag up and down.

flag

3 Answers

vote up 6 vote down check

StackOverflow uses a jQuery plugin to accomplish this: TextAreaResizer.

It's easy enough to verify this - just pull the JS files from the site.

BTW: there was some discussion of this feature on UserVoice prior to its implementation on the site.

link|flag
Interesting. I wonder if there's a Prototype equivalent. – Mark Biek Sep 29 '08 at 17:03
vote up 3 vote down

At first I believed it was a built-in feature of the Wysiwym Markdown editor, but Shog9 is correct: it's not baked-in at all, but is courtesy of the jQuery plugin TextAreaResizer (I was lead astray by the browser was using to check on the editor demo because Google Chrome itself adds the expandable functionality on textareas—much like the Safari browser does).

link|flag
Um... no, it isn't. – Shog9 Sep 29 '08 at 16:29
Shog9 is right on. This isn't in the WMD editor at all. – Mark Biek Sep 29 '08 at 17:02
Nice edit. I removed my downvote. – Mark Biek Sep 29 '08 at 17:08
vote up 1 vote down

I needed a similar functionality recently. Its called Autogrow and it is a Plugin of the amazing jQuery library

link|flag
This one beats all others I have tried! Highly recommended! – Nat Ryall Oct 26 at 15:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.