Top "Textarea" questions

A textarea is an HTML element (tag) used to create a multi-line plain-text editing field.

Whats the difference between textarea and input type text in angularjs

Just not sure what the difference is. Trying to figure out what's best for my use case.

html input textarea
HTML Textarea horizontal scroll

I would like to provide a horizontal scroll to a textarea in my HTML page. The scroll should appear without …

html textarea word-wrap
Limiting number of lines in textarea

I'm looking for a javascript that can limit the number of lines (by line I mean some text ended by …

javascript jquery textarea
Twitter bootstrap - Focus on textarea inside a modal on click

Just starting to play around with bootstrap and it's amazing. I'm trying to figure this out. I have a textarea …

javascript jquery twitter-bootstrap focus textarea
Cursor position in a textarea (character index, not x/y coordinates)

How can I get the caret's position in a textarea using jQuery? I'm looking for the cursor's offset from the …

jquery textarea cursor-position
Html.TextAreaFor in asp.net mvc

I have a asp.net mvc view that allows the user to enter some description in a textarea. There are …

asp.net-mvc textarea html-helper
Html adding line numbers to textarea

I have a textarea as in code below, how to display the line numbers on the left hand side of …

html textarea
HTML Display line breaks within textarea

I have asked this question now several ways, but still have not gotten an answer. When you capture asci text …

html textarea line-breaks
Ckeditor update textarea

I am trying to get the ckeditor working. Obviously it doesn't make use of the textarea so on submit the …

textarea ckeditor
How to create a fixed size twitter bootstrap text area

I want to create a fixed sized text area which cannot be dragged to change the size. How can I …

html css twitter-bootstrap textarea