textarea

How do I associate input with textarea?

How do I link <input type="text"> to <textarea>? Eg: There is a field <textarea>, it is already filled ... en it would replace 500 which is inside <textarea> and it would become like this (this is what is inside textarea=700)?

When clicked, change the DIV tag to TEXTAREA

There is such a form: <form> <div id="message"> <div>Тут мои функции </div> <in ... ;Тут мои функции</div> <input id="send" type="button" value="отправить"> </textarea> </form>

How do I style a textarea corner?

How do I change the textarea angle responsible for resize?

How do I remove a corner from textarea without using resize: none?

You need to remove the corner from the textarea so that the resize property remains (it is necessary for executing the script).

Textarea disabled and IE

Good time of day! Problem: in IE, when textarea is disabled, if background-color is not equal to white, then the text is "hig ... ke a div, or remove disabled, and put a div on top, but I would like to remove this one in IE through CSS. It's disgusting...

Create a textarea with text editing options

I need to put a textarea where the person can edit the text. Ex: choose font size, apply bold, change text color, add photos ... g with text (one paragraph, 1 Photo, Plus one paragraph, 2 photos). Can anyone help me to have a light of how to start doing?

"placeholder" from "textarea" does not appear

I have a textarea with a placeholder which according to the documentation ( is perfectly valid and should work: Example in ... form-control"> </textarea> </div> Question Why isn't placeholder showing up?

textarea with notebook lines style

I need to make a form for printing that could be typed in the browser or printed for writing. As can be written on the print ... gt; </html> So far what I did was the form above, but I need to replace the lines with textarea to be fillable.

Doubts about jTextArea.append (add variable value 'area' to BorderLayout) - Java

I have a problem in a line of code, in this line that is underlined in the image, gives me an error that says that the coordi ... r.setCoordenadasB(x1, y1, x2, y2); pEdicao.repaint(); } If anyone could help me I would appreciate it, thank you .