Questions tagged as 'twitter-bootstrap'

1
answer

How to call modal window with parameter in bootstrap?

I would like to know how I can call opening a modal window in the bootstrap by passing a parameter. The idea is to open the inserted invoice item to edit the quantity.     
asked by 19.08.2014 / 03:30
1
answer

Layout with fixed sidebar in bootstrap

I want to make my site the following way with Bootstrap I'vetriedeverypossiblewaytomakeitcoolandresponsiveandIcouldnot!Cananyonegivemealightonhowtodothislayoutstructure?NonresponsiveIwouldlikeittolooklikethis:     
asked by 28.02.2015 / 00:03
2
answers

Position of blocks in Bootstrap

Hello, I'm trying to make a template in bootstrap (due to its responsiveness) but I'm stuck in a situation that I can not find output without using javascript (which would be awful in my case). I need the template to stay on large screens lik...
asked by 17.03.2014 / 07:25
2
answers

Affix in a dynamic sidebar [duplicate]

I have a Bootstrap layout with a sidebar on the right that accompanies the scroll, within div[role=main] . My layout: Mycode:<headerclass="container"> <div class="row"> <div class="col-sm-12">Header<...
asked by 23.12.2014 / 20:01
2
answers

Column Charts (Bootstrap)

I'm developing a system that needs to display column graphics. The system is using Bootsrap and MVC 4 C #. Can anyone tell me if there is any framework for creating graphics?     
asked by 17.06.2014 / 17:30
2
answers

Doubt on loading data via Modal Bootstrap

Hello, friends. Once again I need your help. I am migrating from my small system to Bootstrap. I'm implementing modal windows in several parts of the system. I believe that one of the advantages of the Modal window is that the user can access th...
asked by 02.07.2016 / 17:01
4
answers

JavaScript money format with AngularJS and jQuery

Good morning everyone. Next, I need to make when the user exits with the focus of the field or when typing it, format this field according to the format of money, first in the Brazilian format. Example: 14700.25 or 14.00. Without the dots,...
asked by 10.07.2015 / 15:00
2
answers

How to paint a cell according to the value of a select?

I'm needing help formatting a <td> according to the result of select PHP. I thought about using jQuery but I do not know much about it. <tr class=""> <td class=""><?php echo ($row['Id_acordo']); ?><...
asked by 16.12.2015 / 14:58
4
answers

Side by side in Bootstrap, jumping line

I have a simple problem with Bootstrap v4.0.0-alpha.5. I search the Database with information. It aligns side by side but in some cases a line is skipped, and only one item remains for the bottom line. <div class="row">...
asked by 26.01.2017 / 11:42
4
answers

Line break in bootstrap

I'm making a form, and I have the following code: <div class="row"> <div class="col-md-6"> @Html.EditorFor(model => model.Nome) </div> <div class="col-md-6"> @Html.EditorFor(model => model.S...
asked by 16.07.2015 / 14:56