Top "Textarea" questions

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

Justify Text in a HTML/XHTML TextArea

I am currently trying to justify text in a textarea, unfortunately the CSS: text-align: justify; Doesn't work on the text …

html css textarea text-alignment justify
html - One row of textarea is of how much height?

I want to know the height of one row of textarea. I want to know that because I want to …

html height textarea row row-height
Java: How to I change the color of a specific line or row of string in a Text area?

the one way I could change the color is by setForground(). However when there are multiple lines of code it …

java textarea netbeans-6.9 foreground textcolor
Clear TEXTAREA value after click (onFocus)

I'm currently using.. onfocus="this.value=''; return false;" to clear the value within my textarea for leaving comments. However, …

javascript html textarea onfocus
display line breaks asp.net mvc razor

I'm using the following to make the text output the line breaks entered in a <textarea> HTML element. …

c# asp.net-mvc razor textarea line-breaks
How to change the number of rows in the textarea using jQuery

I have a textarea with 5 lines. I want to show only one line and on focus it should show remaining 4 …

javascript jquery textarea jquery-events
Finding number of lines in an html textarea

I'm writing a mobile web application where scrollbars are not displayed on the device's browser. Due to this, I'm trying …

javascript html textarea height line
Height of textarea does not match the rows in Firefox

The textarea's rows attribute does not match the number of lines in Firefox. For instance: <textarea rows=4 cols=40> 1 2 3 4 …

html firefox textarea
How to make text input box resizable (like textarea) by dragging its right-bottom corner using jQuery?

I would like to have (preferrably in jQuery) regular text input box which can be clicked and dragged by its …

javascript jquery input textarea resizable
Angular validation message for maxlength attribute

I'm having some trouble with displaying error messages for the maxlength attribute in Angular. Problem Since the maxlength attribute don't …

forms angular validation textarea maxlength