Questions tagged as 'bootstrap'

0
answers

Error trying to install "Alert / Toast Notifications" in Angular 6

Using this guide my html : <button class="btn btn-default" (click)="showSuccess()">Show Success</button> <button class="btn btn-danger" (click)="showError()">Show Error</button> My ts : i...
asked by 28.09.2018 / 21:48
1
answer

Pass string field to modal form bootstrap

Could you help me solve this problem that I have please? What I'm trying to do is to pass the Client Name from the field $row['NomRazSoc'] of the file " listar.php ", to the modal form " clientes.php " passing as a paramete...
asked by 21.09.2018 / 02:31
0
answers

Make filters with buttons

I am setting up a site, and I need help with a detail that I can not make work. The site I am working on is the following: link As you can see, there is a list of products, and there is a filter inside the "Items" button. What I can not achiev...
asked by 01.10.2018 / 17:18
1
answer

Function of PHP to buy data against a table created with a FOR

I have a table in html of turns that is dynamically created with a FOR having as limiting the schedules that the doctors work and I need to create a SELECT in a modal with the available schedules but I can not find the way to compare the schedul...
asked by 20.09.2018 / 21:30
0
answers

How to implement a confirmation before executing an UPDATE

I have the following code: //APROBAR PAGOS MENSUALIDAD function aprobar_pago_mes() { global $db; $idusuario = ($_GET['id']); $sql = "UPDATE pagos SET status_pago = 'APROBADO' WHERE id = '$idusuario'";...
asked by 18.09.2018 / 21:36
1
answer

How to place 2 parameters to the input tag when the page is loaded

I am using the Bootstrap Tags Input plugin, and generating a dynamic table with php that I load through jquery with the Load method. This table has inputs where I show with tags what is stored there, for this I do so: <input type='text' v...
asked by 15.09.2018 / 21:33
1
answer

Count method of file type BYTE

It turns out that I have a problem. I can not do the Count method in a Linq query. It's about counting a data defined as BYTE in the database and I can not show it in the view, it returns 0 , null or all values, but...
asked by 09.10.2018 / 16:16
2
answers

Bootstrap form in responsive

I would like this form to be put in responsive, the labels would be placed to the left of the text entries, right now the label is placed above and below the text box. I've tried putting col-xs * aside but I can not get it <script src...
asked by 14.09.2018 / 13:33
1
answer

add dynamic textbox from a button

I try to generate textbox to calculate a term but I can not get the texbox to go separate and in a single row I get this way I would like it to be this way <!DOCTYPE html> <html> <head> <meta charset="utf...
asked by 14.09.2018 / 18:46
1
answer

Vertically center Bootstrap 4 custom checkbox

I'm working with Bootstrap 4.0 and I'm trying to put together a form-row that has two columns, on the left a input and on the right a custom-control-input of type checkbox . My problem is that I can not vertically c...
asked by 12.09.2018 / 14:22