Questions tagged as 'bootstrap'

1
answer

Float the contents of a boostrap column

Very good, I have been involved with something for some time and I come to you to see if you can help me. I have a boostrap column and I would like to be able to align the content of this one side or the other, I have read that it is float bu...
asked by 26.10.2017 / 09:38
1
answer

Why when you open the Modal, you keep the modal class-backdrop fade in?

I have a button that when I clicked it should open a modal, but it stays with the modal-context fade in class and the modal one does not appear (I can not close it either). The code is this: <td class="orderproject tdcenter"><p id=...
asked by 24.10.2017 / 14:08
2
answers

Datepicker does not work

again asking about datepicker with Bootstrap It turns out that perfectly appears the calendar but the options that I give seems to barely recognize the format. The rest is long and especially I need to block previous dates to which I mention. Th...
asked by 20.10.2017 / 17:24
1
answer

Maintain the value of the variable when opening a modal

I have a table in which to each row I pass some variables through a foreach. And when I give 'Delete' a modal opens, that has the first value of the table, it does not matter if I click on the delete button of the row with ID 5, that I...
asked by 18.10.2017 / 16:40
1
answer

Problem format imput date

My problem is that I use this: <input type="date" class="form-control" id="fechaInicio" ng-model="cita.fechaInicio" /> But I see the date in this format: 2018/02/02 and I get an error I do not want to save it so I need to change the f...
asked by 01.11.2017 / 17:56
1
answer

Daterangepicker disable the second calendar and use it as a datepicker

I have this example $('#datepicker').daterangepicker({ timePicker: true, startDate: new Date(), endDate: new Date(), locale: { format: 'MM/DD/YYYY HH:mm' } }, function(start, end, label)...
asked by 18.09.2017 / 19:25
1
answer

How to separate the error message from the Float Label

I have a form where you can enter data, validation of required fields, When I select the TextBox to insert text, the PlaceHolder property is placed as the TextBox title (FloatLabel), but those textBox validate that you have to enter data, so who...
asked by 19.09.2017 / 18:33
1
answer

How to place margin to the rows with Bootstrap

A big greeting: The situation I want to pose is the following, it happens that I have a section that goes in a row (row) is a text that I want to be in the center of the row vertically, then create a Div with a name and place it property of m...
asked by 01.09.2017 / 18:27
1
answer

How to open pages within an iframe conditioned by an option? [closed]

Good morning. I have a field type select and I want to do that based on the results selected in it, I open a page inside an iframe obviously conditioned by the select since it can open 4 different options.                    one         two  ...
asked by 07.09.2017 / 20:42
2
answers

Show part of the image and visualize it all when clicking

I have this screen What I want to do is show only a piece of the image, as 50% of the height shown now is the one I want to cut and when the user clicks on the image that opens up as well as on a modal. I'm just learning boostrap and wh...
asked by 25.08.2017 / 22:52