Questions tagged as 'html'

1
answer

HTML in JtextPane JAVA

I have a little doubt, how do I print a string inside a Text Panel with html tags? Example: jtextpane.setText("<html><body><font color=#16a085 size=6> Hola a todos! </font></body></html>"); @Dev...
asked by 07.10.2017 / 19:41
2
answers

Return query data with PHP and Json

Greetings my problem is this, I'm trying to make a query with PHP and jquery, where I send an empty data, just so that it returns a row of the MYSQL database but when I show the data in the HTML it gives me this [object Object][object Object]...
asked by 26.09.2017 / 23:43
1
answer

Problem with message programmed in JavaScript

Well my problem is that I have this function in JavaScript: (function () { var c = document.getElementById("c"); c.addEventListener('click', function () { // VARIABLES QUE CONTROLAN LAS CAJAS DE TEXTO DEL HTML var x=d...
asked by 26.09.2017 / 23:19
1
answer

how to make yii2 generate two buttons in a modal on the footer side?

I have a Modal that by clicking on delete, it shows a warning dialog box to eliminate, the problem is that I have a single button and I would like to add another one that says cancel, likewise I would like to add a color to the modal header, but...
asked by 12.10.2017 / 16:24
4
answers

Limit number of selectable options in a multiple select

I have this multiple select: <select multiple="" class="form-control" name="evaluador[]" id="evaluador"> <option value="1">Casa</option> <option value="2">Apartamento</option> <option value="2">Finc...
asked by 31.10.2017 / 17:18
1
answer

Edit parent element that has been clicked

Greetings, In this table I make a selection and in one of the "TD" I have made an INPUT to fill that space with the desired data, all with AJAX and working perfectly, but that I do an INSERT of the INPUT I keep coming out the INPUT box and I...
asked by 23.09.2017 / 15:52
4
answers

Background that occupies the width and height of the screen

Good morning I wanted to make a vertical web page to practice, and I found this one that I am following as a reference: Link to pag. reference website . How did you do for the initial background image, of your feet occupy exactly the widt...
asked by 08.09.2017 / 17:41
1
answer

How to filter data in firebase (web)?

I am new using the firebase service, well my question is how can I filter data? That is to say if in a form I write text as I do so that I look for the text of that form in the database and then show me the possible resul...
asked by 08.09.2017 / 21:25
2
answers

How to align elements in a table spread over different cells in a row?

I have a table in which I enter data from my database. The value in green is the result of the value in red, although the amount of values in red varies. So that the user at first sight can locate, I want to align the different types of data in...
asked by 08.09.2017 / 08:27
1
answer

Error adding Item in function PUSH AngularJs

Greetings! I have the following error, I want to add a new object with the function Push() but I do not enter it correctly, I do not know what may be happening, I am new in angularjs var app = angular.module('simpleTimeline',...
asked by 18.09.2017 / 15:25