Questions tagged as 'html'

1
answer

put an input check depending on a conditional

I am trying to make a checkbox have the checked option depending on a field in my database, if it is 1 that is checked but, do not have it, for this I am using a conditional, I use the foreach to fill the rows from the table: code <...
asked by 19.04.2018 / 16:47
0
answers

Problem with tooltip created with css and jquery datatable

I'm creating a tooltip so that when I put on top of the text of each cell of a datatable, I'll see a tooltip with that text but the long version, and the datatable is not leaving me. It shows me the tooltip but it shows it to me inside the cell...
asked by 19.04.2018 / 06:17
0
answers

IndexError: list index out of range, when formatting

I'm trying to format a file, my problem is that if inside "", there is an extra quote ("" ") thunders & throws this error, my code is as follows: with open(entrada, "r") as fichero: datos = fichero.read() datos = list(datos) indice=0 w...
asked by 19.04.2018 / 00:42
1
answer

Function to treat variable as Singular or Plural

I have the following code: //DEFINIENDO VARIABLES GLOBALES br = "<br>"; olli = "<ol><li>"; liol = "</li></ol>"; olc = "</li></ol>"; ulli = "<ul><li>"; liul = "</li></ul...
asked by 20.04.2018 / 02:24
0
answers

Go back, modify the DOM after it renders

Help with those components, when I try to add a new element when adding predefined text, it does it correctly, but when you listen to an external event to bring text, the text is picked up but it is never shown in: Vue.component('list-din',{...
asked by 19.04.2018 / 17:56
0
answers

Array in the Angular template

I have the following code in ts, where it shows a code, which is that, every time I click on a button; I will decrease an array and when there is only one array, do not erase it; but to show it for more than click on the button. removeCostCent...
asked by 30.04.2018 / 19:19
0
answers

link a select option with a checkbox. C # MVC

I come with you as I would like to know how to do the following. In this table: When I select the checkbox I generate an arrangement to save the value of the selected checkboxes, the detail is that I need to be able to link the value of...
asked by 30.04.2018 / 16:35
2
answers

Is there a class or function to format currency in an input text?

I need to make a form to register products to a database, I wanted to know if there is any function so that when writing for example: 10 Leave like this: $ 10.00.     
asked by 28.04.2018 / 17:52
1
answer

Open a modal from a select

I'm printing the next select opt <select id="select_ic"><?php ?> <option data-toggle="modal" data-idsubseccion="<?php echo $id_sub_seccion ?>" type="option" class="btn btn-default" data-toggle="modal"...
asked by 17.04.2018 / 17:17
1
answer

Control when a pdf has more than one page

The following code creates and exports to me a PDF with an invoice, the problem is that when I have more than one page I should jump to the next page, however what causes me is a collapse between the second table and my last table with the two t...
asked by 18.04.2018 / 09:18