Questions tagged [bootstrap-ui]

42 questions
0
votes
1 answer

How to add drop down list server and drop down branches on same line or Rows?

I work on asp.net web forms . I face issue on design page print server drop down list and branches drop down list not display on same line or rows so How to make both drop down list on same line or rows by bootstrap or CSS. <%@ Page Language="C#"…
0
votes
1 answer

FriendsOfCake/BootstrapUI migration from CakePHP 3 to CakePHP 4 with Bootstrap 3

We are upgrading our CakePHP 3 project to CakePHP 4 because we need to support PHP 8.1. We are also using https://github.com/FriendsOfCake/bootstrap-ui plugin's HTML/Flash/FormHelpers to generate Bootstrap 3 styled HTML. We do not need the bake…
ArtoS
  • 1
0
votes
2 answers

how to upload image in laravel bootstrap auth package

i am trying to upload an image as a profile picture in laravel bootstrap auth package. in this i am trying to change some package files to upload image. also i added a column in users table. protected function create(array $data) { …
0
votes
0 answers

generated with on runtime

I have been creating a form with lots of for search and filter functionality. Please find the code below;
Sebin Thomas
  • 279
  • 8
  • 21
0
votes
1 answer

Error compiling assets after upgrading bootstrap

I'm trying to upgrade the bootstrap version in a Ruby on Rails application. After migratinng from 4.0.0-alpha.6 to 4.1 using yarn I get this error when running rails assets:precompile error SassC::SyntaxError: Error: Undefined variable:…
Antarr Byrd
  • 24,863
  • 33
  • 100
  • 188
0
votes
1 answer

ui-bootstrap modal won't close or dismiss

New to ui-bootstrap and I've gotten the modal to appear, but can't get it to dismiss with a button press. I've tried a many combinations but nothing seems to work (or it makes the modal not appear at all). The modal is in a separate file as:
0
votes
2 answers

AngularJS with UI Bootstrap - Automatically collapse menu when nav item is clicked

In this example: https://plnkr.co/edit/O9fbLcTV7QPvqB3FpiAA?p=preview When you click the hamburger menu icon and select a nav item, it leaves the menu open until you click the hamburger icon again. Is there a good way to automatically collapse when…
Ted Scheckler
  • 1,389
  • 4
  • 16
  • 34
0
votes
1 answer

Open a nested modal and close current (parent) modal

From controller1 I'm opening a modal like this: angular.module('myApp').controller('controller1', ['$scope', '$uibModal', function($scope, $uibModal) { $scope.openFirstModal = function() { var modalScope = $scope.$new(); var…
sports
  • 7,851
  • 14
  • 72
  • 129
0
votes
1 answer

bootstrap-ui-datetime-picker not showing in input field preselected date

in my app I use bootstrap-ui-datetime-picker. I have two cases, first is when I first time came and make new date seletion. In the date input field and in the calendar I have selected today date, and this is correct and ok. In the second case, when…
Arter
  • 2,224
  • 3
  • 29
  • 66
0
votes
1 answer

full background slider for all screens with aspect ratio maintained for smaller images

I am working on a template using HTML, CSS, jQuery, slick.js slider, and the Bootstrap CSS framework. I want to implement a slider which takes 100% width of the screen no matter what the resolution is, and on that same slider, I want to maintain the…
0
votes
1 answer

How to make bootstrap-ui datepicker and timepicker be inline?

Is there a way to make bootstrap-ui components appear inline, like so: I have tried various things but I can't get them all to align. Here is the Plunkr

tonysepia
  • 3,340
  • 3
  • 27
  • 45
0
votes
1 answer

Comparing 1 word vs 2 word values in a js array

I am using Angular JS with Bootstrap UI typeahead, and pulling data from a REST service. The items in the array include town lists (towns served) that Ive combined, filtered out duplicates and created a 'townlist' array that the typeahead field…
Alan
  • 215
  • 2
  • 8
0
votes
0 answers

custom datepicker popup button won't select specified date

I'm trying to have a datepicker popup with an extra button. I can add the extra button with a custom template. That part works, but now i want to select a date when I click on the button. I already tried to use select('2018-03-15', $event) but that…
Jurgen Vandw
  • 631
  • 8
  • 27
0
votes
1 answer

Is it possible to add another class to a django-bootstrap-ui template tag

In my django project, I'm using django-bootstrap-ui 0.5.1. I have it in my settings.py INSTALLED_APPS variable, as well as installed in my virtual environment via my requirements.txt file. I've confirmed everything is working by using a basic {%…
David Maness
  • 91
  • 12
0
votes
1 answer

How to show User login in center of page include all controls?

Problem How to display user login on center of page ? Details User login data display on left Actually i need to display user login data on center of page . This include labels for user name and password and checkbox and label remember and user…