Questions tagged as 'twitter-bootstrap'

1
answer

Modal edit cakephp

I'm doing a CRUD all in my INDEX but I'm having trouble with the bootstrap modal parts. I made an EDIT button where it gets id but when I click it it always follows the modal empty. <a data-toggle="modal" data-target="#myModal2" class="btn...
asked by 09.05.2015 / 15:45
1
answer

How to increase div by clicking link?

I have the following situation: Is it possible to click where it says Section # 3 the div increase 100% and the bottom also stay 100%? And when I clicked on the other links again everything would be normal again .. PS: What is th...
asked by 29.04.2015 / 00:01
1
answer

table with styles is not working with bootstrap

HTML: <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> </head> <body onload="m...
asked by 03.03.2015 / 17:51
1
answer

Change the background color of the panel-heading when clicking

HTML                <!-- panel 1 --> <div class="panel panel-default pulse animated"> <div class="panel-heading" role="tab"> <h1 class="panel-title">...
asked by 16.05.2015 / 07:55
1
answer

Dynamic Menu in Bootstrap with PHP and Mysql

I have in mysql two tables (subjects and pages), the page table has a field (subject_id), which relates what subject is that page. I would like to mount a menu with submenu in bootstrap This is Table Subjects ID nome_menu_assunto 1 Ti...
asked by 18.05.2015 / 02:58
1
answer

Load external scripts in modal being loaded via ajax

By default, I have a configuration file of various plugins and actions of my system A simple example is the use of tooltip: $(".bn-tooltip").tooltip({ track: true }); Datepicker: $('.bn-datepicker').datepicker({ autoclose: true...
asked by 19.01.2015 / 16:07
1
answer

Prevent closing modal window

I wonder if it is possible to prevent closing the modal window of Bootstrap when refreshing the page. Because we deal with different types of users, I need this to happen so I can change the status of banco de dados . With the code...
asked by 22.04.2015 / 02:23
1
answer

Dynamic Form Using Bootstrap Tabs

I have a form where the header and item data will be posted. I know how to use the Bootstrap Tab, but in the items I would like to call another page so it is easy to launch the items and not refresh in the entire window. <ul class="nav nav-...
asked by 19.09.2014 / 18:00
1
answer

Date with bootstrap does not run on my project

I need to put a component to select dates in a filter in my project. As I use bootstrap, I need to put the dates with this component. It turns out that the examples I got on the internet, I could not make it work, one of them here Any help,...
asked by 03.10.2014 / 15:25
1
answer

Align row at the bottom of a section

I wanted to align a Bootstrap 3 row contained in a container-fluid to the bottom of a section of my page. What is the best way to do this without javascript? I thought I could put the row in absolute position, but then it would stop...
asked by 31.03.2015 / 11:43