Questions tagged as 'bootstrap'

0
answers

Date Problems in bootstrap-datepicker.js and bootstrap-timepicker.js

Friends, I need help, I tried several things and I can not solve my problem. I have the two files bootstrap-timepicker.js e bootstrap-datepicker.js What happens, in my files I have changed all the dates for Portuguese but continue g...
asked by 16.09.2016 / 13:37
0
answers

Open file in Modal Dialog

I'm retrieving a given path file and would like to display the response in a Modal. This is an excerpt of HTML that calls the servlet (MSD) by passing the file path as a parameter: <a class="btn-doc-sm btn-default" type="button" href="MS...
asked by 03.10.2016 / 22:31
1
answer

how to vertically align a button .btn (bootstrap) inside a fixed nav top menu? [duplicate]

#nav { background-color: #888888; } #nav h3 { margin-left: 3em; } #nav-right { display: table-cell; } .btn { height: 100%; } <div class="fluid-container"> <div class="row navbar-fixed-top" id="nav"> <di...
asked by 30.09.2016 / 13:23
1
answer

uibModal does not show items in ng-repeat

I'm using $uibModal to show a list of options for the user, but it's not appearing in the modal. Controller app.controller("ConsultaFiltroController", function($scope, $http, $uibModal, $log) { $scope.items = ['Em Análise', 'Pend...
asked by 20.09.2016 / 02:22
1
answer

Div overlay with Bootstrap

Having 3 <div> , as part of the basic Bootstrap skeleton, how do I make the <div> of the main content overlap with those of the header and footer, hiding a small part of them? I made a simple Fiddle with bounding bo...
asked by 07.09.2016 / 16:15
1
answer

Button disabled when not in "mobile resolution"

Good morning everyone! I'm a beginner in jQuery and Bootstrap, and I'm having some difficulty using both simultaneously. I'm trying to generate a button that, when clicking, displays a small form for inserting email. However, it is only wo...
asked by 14.07.2016 / 14:22
1
answer

Bootstrap Datepicker with CodeIgniter

Good night class, I'm in a PHP project in CodeIgniter, where I'm already using Bootstrap and Morris.js (graphics). I need to implement the Datepicker now, and doing the same way it already worked in a test without CodeIgniter is not working....
asked by 07.07.2016 / 02:54
0
answers

Bootstrap modal window display condition with Ajax / Post

I created a client registration method with Ajax via Post. But somehow my code must contain some error when I establish a certain condition. Note below: When the value returned from register.php is "Registered", I would like it to open a particu...
asked by 25.07.2016 / 07:32
0
answers

viewMode bootstrap datetimepicker disable months and years

I have the following code: <div class="input-group date dtPicker @Html.GeneratePermssionID(item.IntegrationId)" style="width: 200px;" id="dateFrom" data-pl="5">...
asked by 03.08.2016 / 23:23
2
answers

Create Bootstrap template to be used on all JSP pages of your Java app, implementing only the "content / content"

Good morning, Personal, "I know it's more of a subject", but someone could help me with this question. I'm used to making templates with facelets, so I generate an xhtml file and write it down inside it, where it will be Header, Content an...
asked by 24.05.2016 / 15:51