Questions tagged as 'textarea'

2
answers

How do I enter a txt file inside a JtextArea java

I understand that it is with a cycle but I have been trying this and it does not come out, it leaves the window and the text area with the button but it does not come out what is in my file txt import javax.swing. ; import java.awt.event. ; impo...
asked by 04.11.2018 / 05:28
5
answers

Treatment of a textarea - PHP

If I submit an opinion about a reservation and the textarea of opinion is empty, you should not allow the opinion to be sent. The problem is that although it is empty if it accepts the spaces as a " opinion ", because it does not recogn...
asked by 03.01.2018 / 23:47
1
answer

How to hide a b-tab with VueJS if it has no text

The point is that I have a tab panel made with Bootstrap of Vue . Each of these tabs has a textarea which shows a text. Basically I do not know how to make that tab whose textarea is empty, not shown in the tab panel....
asked by 06.09.2018 / 10:20
2
answers

How to hide brb in a textarea

I'm doing a platform of streaming type YouNow , I've already done everything but I have a problem with the chat . I want to make a chat where the text goes up and do not leave that box, my only alternative is a textarea. but now m...
asked by 02.09.2018 / 03:47
0
answers

How to put images and videos in a "textarea"

I want to make a textarea that can attach an image, it's a php site, where you can post comments quickly and without registering. This is my code to create a new topic: <?php if(isset($_GET["respuestas"])) $respuestas = $_GET[...
asked by 09.06.2018 / 21:23
0
answers

Laravel - textarea with several lines - Query Builder

I have a question and I do not know how to solve it ... I'm with my first project in Laravel and when I make an insert with the query builder of a field that was a multiline textarea, it removes all the line breaks. How do I keep it? Greet...
asked by 08.06.2018 / 10:53