Questions tagged as 'twitter-bootstrap'

1
answer

Delete PivotTable line via button in dialog box

How do I delete a row from a PivotTable via a confirmation dialog (modal)? So far I can delete just using the delete button directly from the row itself in the table, but I'd like to have a modal with a commit before deleting it. In the ta...
asked by 19.06.2017 / 23:09
2
answers

Call layouts within a modal

I have an application ready with layout itself, and inside this layout I use the fancybox. But now I'm forced to migrate to bootstrap and I'm using AdminLTE-2.1.1 to fit in what I want. The big question is to migrate the parts with...
asked by 22.11.2016 / 20:40
2
answers

Legend with mouseover in CSS

Well, I have a thumbnail of bootstrap , I implemented within it a div of legend, which should appear with the mouse on top. But it is popping the size of the% of parent%, which in this case is div and Thumbnail ,...
asked by 08.04.2017 / 05:08
1
answer

How to verify modal closure

Via Ajax I register items in the database and return a certain value to the user through a modal using innerHTML . Then the html of the modal is filled with the values that I pulled from the bank. I put a .gif...
asked by 07.07.2016 / 20:48
3
answers

Do not parse the bootstrap datepicker for dd / mm / yyyy - 400 Bad Request (POST)

I have a web application, basically pure wheel with JSP + AngularJS. The template I use from the bootstrap, did not have datepicker with AngularJS, so I'm using it with jQuery. I have on my screen, a modal with several fields, I could al...
asked by 07.01.2016 / 17:49
1
answer

I can not open modal (dialog)

I was using a bootstrap template, but as it was patchy (they had not paid) the company bought another bootstrap. But the way I rode the mode before does not work anymore. I can not open the template template with the data I need for editing....
asked by 22.01.2016 / 13:15
1
answer

How to make a Modal Portfolio appear from left to right?

Modal Portfolio, example: link I want to modify the animation of the Modal Portfolio (bootstrap). I want it to appear from left to right similar to this: link How can I do this? HTML: <li><a href="#portfolioModal1" cla...
asked by 14.12.2015 / 19:15
3
answers

Modal opens overlapped by black background

My manners are opening under the black background, like this: If I take the z-index: 1040 from the code below, the black background looks like: .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-i...
asked by 16.12.2015 / 17:01
2
answers

How to do when to click on an item from a menu the tab receive the corresponding view in angularJS?

Well guys I'm starting to study angularjs, and in my application I wanted to do something like this. I have a dropdown menu and I also have some tabs that I created manually. When I clicked on a menu item I wanted to make this tab receive the...
asked by 17.11.2015 / 13:03
3
answers

How to get the value of an inputtext and generate an IMG URL

How can I get the X value of an INPUT and generate a URL for IMG using JavaScript? Example: I put the number 505050 on form and gave submit; Form Code: <form action="teste" method="GET"> <input name="qtdfor" type="text"...
asked by 19.11.2015 / 16:47