Top "Textarea" questions

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

How to get value of CKEditor 5?

I want to be able to return the value of the CKEditor textarea, and also write my text inside it. …

javascript html textarea ckeditor5
ActionScript 3 TextArea htmlText styling using <span> tag

According to this webpage, the htmlText property in TextArea can handle CSS text style if using span tag. I want …

css apache-flex actionscript-3 textarea htmltext
javascript: get contents of textarea, textContent vs. innerHTML vs. innerText

I am having trouble getting the contents of a textarea with js. I feel like I've done this many times …

javascript textarea getelementbyid
Understanding what goes on with textarea selection with JavaScript

I am working on an in-browser editor within a textarea. I have started looking for some information on dealing with …

javascript textarea selection
How to add resizer to textarea in IE?

How to add resizer to textarea in IE the same as in Chrome and Firefox? jQuery.resizable() won't work for …

jquery internet-explorer resize textarea resizable
Textarea using set_value not populated Codeigniter

i have a simple form in my view that has a text area : <textarea name="description" value="<?php …

codeigniter textarea validation setvalue
Count number of lines displayed (not newlines) in an HTML textarea without jQuery?

Possible Duplicate: How to get number of rows in <textarea >? I have a textarea and I write 7 lines …

javascript html textarea line-count
Carriage returns for textbox (textarea)

I have a textarea with attribute "wrap"="hard" (actually it's server side textbox, but with multiple text mode). <asp:…

javascript asp.net html textarea carriage-return
How to preformat inside textarea

I was wondering if it were possible to preformat text that is inside a textarea. Right now I have a …

javascript html textarea pre
Adding disable/enable methods to Summernote editor

I have been using summernote editor for a while now and it's working for most of the things I've needed …

javascript jquery textarea summernote