Questions tagged as 'bootstrap-3'

1
answer

How to assign a unique ID to each date-picker field in a form in Django

I'm using django-bootstrap3 (pip install django-bootstrap3) to render forms and django-bootstrap-datepicker (pip install django-bootstrap-datepicker) to apply a calendar widget to DateField fields. In my form, I have the fields...
asked by 15.02.2018 / 00:59
1
answer

django-crispy-forms - Inserting fields in a template

I have the following form: class RehabilitationSessionForm(forms.ModelForm): def __init__(self, *args, **kwargs): # user = kwargs.pop('user', None) super(RehabilitationSessionForm, self).__init__(*args, **kwargs) s...
asked by 01.12.2016 / 22:44
2
answers

Datepicker-bootstrap current date

How do I make the datepicker-bootstrap put the current date by default in the input, I checked in some forums and nothing that they use is jqueri-UI     
asked by 29.08.2018 / 19:48
1
answer

Centra divs in bootstrap

I have the following structure: <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6"> </div> <div class="col-md...
asked by 22.01.2018 / 15:59
1
answer

Carousel in bootstrap

Someone can tell me what the carousel fails to visualize well, but it does not change to the next slider in the indicator. <!-- TESTIMONIALS --> <section class="testimonial"> <div class="testimonial-overlay">...
asked by 28.11.2018 / 09:36
1
answer

Add div with Angular 6

Dear I am looking for forums but I can not find the answer, someone can help me how to add a div with angle 6. I have created the component, but I can not create the element in the sun. I want to develop a button that adds a row in an accordion,...
asked by 24.10.2018 / 23:20
2
answers

format carousel bootstrap

I've downloaded a carousel of bootstrap images ( link ) and I'm trying to see what device I see it on (pc, tablet or mobile) are hiding images. I have left 3 images in the carousel and when I go to tablet I should leave 2 images active and hide...
asked by 05.11.2018 / 18:22
1
answer

Datepicker is shown in white

Good day, I have a problem wanting to put a datepicker in my code, it does not show me the days of the week, name of the month and some buttons .. well if it shows them but they are in white someone knows how I can modify this ? I'm using...
asked by 01.08.2018 / 17:44
1
answer

How can I put an element next to an input in boostrap?

My problem is front-end type. Since the only thing I want to do is that my type label <a> can be placed right next to my input. Current code <div class="input-group pull-left"> <span class="input-group-a...
asked by 09.04.2018 / 23:33
2
answers

YOU ARE LOST POSITION WHEN DOING POSTBACK OF BOOTSTRAP DATEPICKER WITH UPDATEPANEL

Greetings to all: I have a problem with the deployment of a datepicker that is inside an UpdatePanel. When you start the page, it loads the calendar well (days in Spanish and same months) but when generating a postback, the calendars lose thi...
asked by 11.01.2018 / 13:42