Questions tagged as 'textarea'

1
answer

Error performing test with Laravel Dusk

Good morning, someone who has had experience with Laravel Dusk who can help me? I can not make the Authentication through the Browser to be able to access the screens, in my case I have different guards, but according to the documentation what I...
asked by 24.05.2018 / 16:39
2
answers

How to insert HTML code into a textarea?

I would like to know how I can put HTML code in a textarea, since I have a textarea that receives data from the DB dynamically by date filters. ex: <textarea maxlength="8000" rows="15" style="resize:none; width:100%">{{ctrl.VariavelDB}...
asked by 27.02.2018 / 19:32
0
answers

How to make a textarea occupy the window in the remaining vertical space

I'm trying to create a "chat window", I already have most things oriented, but I can not get a textarea to occupy the space that is "left" vertically in the window (this textarea is not the last element of the window). Below is my complete co...
asked by 12.01.2018 / 18:04
0
answers

Resolve editing of textarea with jQuery

I'm doing an event registration, with PHP and jQuery, to register everything happens fine, but when I'm going to change, it causes an error: Example: We all know that when we enter a page to edit, we have to have the fields filled already wi...
asked by 07.07.2017 / 21:26
1
answer

Generating new table rows with different textarea names

Hello, I'm trying to find a solution to my problem, I do not understand anything about javascript, but if anyone can help me, I appreciate it. I have the following script that adds new rows in my table whenever I click a button, it works perfect...
asked by 16.09.2016 / 02:55
0
answers

Textarea Editable Lines - Thymeleaf and Angularjs

I'm building a basic document template, using the same idea as my colleague ( Paulo Henrique ), but I do insert the data by fields external to the form, in an earlier moment of the client's search. The difficulty comes from the need to edit this...
asked by 18.07.2016 / 21:02
1
answer

Doubt with PHP and textarea

all blz? I have a small problem. I have to send a text with paragraphs and line breaks, via php pro bd, and on another page draw the text with the paragraphs and the correct line breaks, what can I do?     
asked by 11.06.2016 / 00:45
2
answers

Textarea with value that can not change

So, I have a textarea like this: <textarea id="mensagem" name="mensagem" type="text" style="width:400px; font-size:16px; height:100px; border-color:lightgray;" placeholder="Um texto qualquer" required> </textarea> My intention i...
asked by 27.06.2018 / 03:19
1
answer

How to capture specific line of textarea in JS?

I would like to know how to capture a specific line where there is a certain occurrence based on the result of a textarea. The idea is to enable custom markup in the same sense as a markdown , but with custom markups. For example, if m...
asked by 15.01.2018 / 23:05
1
answer

How to insert data from a textarea into the database?

I have a form with a textarea and I'm not able to send the data typed in it to the MySQL database. How do I? form.php <form id="cadastro" name="cadastro" method="post" action = cadastro.php> <textarea id="text_desc...
asked by 27.01.2018 / 17:14