Questions tagged as 'twitter-bootstrap'

3
answers

How to mount an array with bootstrap taginput values?

I'm using a bootstrap tagsinput to insert values into bd, but values are being stored in a single string, for example: "256,257,299". I would like these values to be defined in an array and look like this: ["256", "257", "299"], then I give a fo...
asked by 28.10.2016 / 23:05
2
answers

Print without losing css

I have the following page which is to print an OS report, it is exactly the way I need it, but when I print this, I lose the formatting of the css, how do I print without losing the css layout <?php //CONEXAO header('Content-Type: text/h...
asked by 02.02.2017 / 18:50
1
answer

Attach the Header and Footer to each print page [duplicate]

I would like to know how to set a Header and a Footer on each page to be printed , making content stay between them [Edit] respecting header space and footer . I would also like to take advantage of it and ask how does the div's 'zebras'...
asked by 14.10.2016 / 15:21
1
answer

How to centralize Google's reCaptcha?

I have a reCaptcha in my form, but I can not centralize it or leave it at the same size as the fields. <div class="container-fluid"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <div cl...
asked by 11.08.2016 / 15:16
1
answer

How to properly insert a Bootstrap navbar in the Codeigniter view?

I'm learning Codeigniter and would like to know what or correct ways to insert a navbar in my view taking into account that it will be inserted by all the views in the system. My question is what directory to write the navbar and how to c...
asked by 22.06.2016 / 16:53
3
answers

Divide form with radii into 2 columns

I have the following form: <?php echo"<form class='form-horizontal' method='POST' action='reposicao.php'>"; echo"<fieldset>"; echo"<legend>OPÇÕES</legend>"; echo"<input type='hidden' name='loja' id...
asked by 23.06.2016 / 23:23
2
answers

Submit form using modal bootstrap

I'm trying to submit a form contained in modal boostrap, but I'm not sure how to do this. See below my code: Home Page: <div id="idDivModal4" class="modal fade"> <div class="modal-dialog modal-lg"> <div class="moda...
asked by 29.09.2016 / 05:25
1
answer

Refresh Bootstrap-table

The problem is that I can not get the table (bootstrap-table) to update the data after the registration. I'm trying to do this via JS, but to no avail. I've tried the following: - JS - $.post($form.attr('action'), $form.serialize(), functio...
asked by 10.02.2016 / 14:55
2
answers

Create tooltips using Attributes

I created a custom attribute, called ToolTip. I would like to add tooltips on every property that has this attribute. Example: In my model I have the following property: [Required, ToolTip("Neste campo você deve inserir um nome.")] pub...
asked by 12.02.2016 / 20:47
1
answer

Data tables with bootstrap

Someone has some simple tutorial to apply the data table in the bootstrap, tried the forms that have on the site but could not, with skell css worked perfectly but with bootstrap does not appear. <link rel="stylesheet" type="text/css" href=...
asked by 15.03.2016 / 14:22