Questions tagged as 'bootstrap'

2
answers

Shaping a board with bootstrap and html

Hello a question about design I'm at zero in design; I want to achieve this in my table html Currently this is the case: THIS IS THE FINAL RESULT THAT I WANT YOU TO GIVE "SEMAFORO EDUCATIONAL" AND "SEMAFORO ALUMNO" IN THE TABLE...
asked by 19.05.2017 / 23:47
1
answer

tab-contents bootstrap

I'm having trouble with the tabs. When I enter the URL where I use them, the two tabs are shown together (tab1 and tab2). But when I click on tab 1 or 2, they show up fine. Here my code: <div class="panel-body"> <ul id="tabs" class...
asked by 16.05.2017 / 15:33
2
answers

View of Glyphicon Bootstrap

I have the following inconvenience when using the Bootstrap GlyphIcons. At this time they are displayed as follows: And I want it to look like this: For those who do not understand what I want is to see the icon "in my opinion fon...
asked by 27.02.2017 / 16:07
3
answers

How to align 2 elements vertically to another [closed]

I need to align 3 images in the following way: How could you do it using bootstrap and CSS?     
asked by 29.01.2017 / 07:49
1
answer

How to use ng-change to control a toggle

It turns out I have a switch from the Angular Bootstrap Toggle library and I need to control its function using ng-change . In my html I have the switch as follows: <toggle ng-model="ValueResponse" ng-change="changed()" on="Enabl...
asked by 26.10.2016 / 21:20
1
answer

Error loading Bootstrap Toggle Button in Table

I have a table with Toggle buttons The code in the table is as follows: $('#table').DataTable({ "destroy": true, "responsive": true, "processing": true, "serverSide": true,...
asked by 16.11.2016 / 04:54
4
answers

Remove space between an input and a button in bootstrap

How can I remove the space that exists between the input and the button ? This is my code: <div class="panel-body"> <ul id="list_messages"></ul> <div class="row"> <div class="col...
asked by 02.11.2016 / 00:53
1
answer

bootstrap-select select multiple

I use this library: link Possibility 1 $scope.opciones = [{"id":1,"name":"Test1"},{"id":2,"name":"Test2"},{"id":3,"name":"Test3"}] ; $scope.defecto = [{"id":1,"name":"Test1"},{"id":3,"name":"Test3"}] ; <select ng-model="defecto" class...
asked by 06.02.2017 / 13:50
2
answers

I can not fill out the form on mobile

develop a portal with bootstrap, but in the contacts section I do not see the mobile keyboard to fill it, it's like it was blocked. Someone can help me, because from the browser it's normal, but from the phone it will not let me. http://svc...
asked by 01.10.2016 / 22:06
2
answers

clean bootstrap form

I have a form in bootstrap, I fill it, I save changes, and then I open again in the same window to enter new data to the form, but the previous data appears, that is, it is not cleaned if I open it again window. This is my code: <div cl...
asked by 21.06.2016 / 19:49