Questions tagged as 'bootstrap'

1
answer

ActionController :: ParameterMissing in CotizaciónController # create param is missing or the value is empty: quote

The context of the question is as follows: I generated the entity Cotizacions , through scaffold . The corresponding view, model and controller was created: quote_controller.rb , quote.rb and views ( _cotizacion.json.jbuilder...
asked by 29.07.2017 / 18:20
1
answer

Rails. Render a partial within another partial with tabs

In my show.html.erb I have a nav-pills . Each of those " pills " have a tab-panel. Well, within these tabs panel I put text and, until now, I had not tried to render a partial one. The functionality of pills is made...
asked by 29.07.2017 / 00:45
1
answer

Page and order full list in angular

I have a list of records that I show with ng-repeat that I'm sorting by phone and I'm listing it. <li ng-repeat="todo in filteredTodos | orderBy:'phone':true">{{todo.phone}}</li> I need to sort and paginate the list, bu...
asked by 06.07.2017 / 15:44
1
answer

Problem with Bootstrap and windows MODAL

Good afternoon, I'm using bootstrap 3 and I use modal windows, the problem is that inside a modal window by clicking on a button I open another modal window, and when I hit the close button of the second open window, they close both sales simult...
asked by 05.07.2017 / 22:03
1
answer

Input Date compatible with Internet Explorer?

I have a form in Html using bootstrap, in all browsers the input type works: "date" only Internet Explorer does not and I need it to be compatible with that browser, I found a way to do it with Script which is the following: <script type="t...
asked by 23.06.2017 / 00:57
2
answers

Bootstrap Fixed Header Responsive Table

Please I need help to set the header of my board with bootstrap. I tried several examples that circulate but in none I get the desired result. My table contains 11 columns and is within a div responsive: <div class="p...
asked by 16.05.2017 / 00:48
1
answer

Button close on a div with video

How to place the close button, I'm sorry I do not know much about design, so I use bootstrap. This is the image of my system. This is the code: <div class="modal fade" id="videos" role="dialog" aria-labelledby="my...
asked by 09.05.2017 / 22:27
1
answer

Upload an image in PHP framework CodeIgniter

I can not upload the image and I do not receive the name to save it in the Database , I got the following error:    "You did not select a file to upload" Controller: $config['upload_path'] = base_url()."assets/img/uploads/";...
asked by 15.05.2017 / 17:32
1
answer

Problem generating an unordered list (ul) with bootstrap from javascript

The problem I have is to generate the list this presents me with 2 problems: 1. Sub-levels: From the second sub-level it adjusts to the left. The function that generates the list is recursive and creates sublevels depending on the json...
asked by 13.05.2017 / 08:29
3
answers

Define scroll to bootstrap modal window and not only to your body

I have a modal bootstrap window that normally has the scroll for the body. How can I make the scroll of the modal appear for the entire modal window? since when the body grows, when adding components, I can not see the top of the modal     
asked by 30.03.2017 / 12:30