Questions tagged as 'bootstrap'

1
answer

Data autocompletion with Booststrap Typeahead + Spring MVC and JavaScript from the database

I am trying to autocomplete data using the bootstrap typeahead. The idea is that, when you write a code in the input, do a search from the database. When selecting one of them, I automatically fill in the code and the name. I tried to do i...
asked by 08.03.2017 / 16:06
0
answers

Problems with Bootstrap DualListBox

What I have so far: I show the content of a JSON in the options within a select, which with the help of the bootstrap-duallistbox shows it in the form of a Dual List with which you can add or remove certain selected options. My pro...
asked by 20.02.2017 / 21:45
2
answers

Display date format in "d-m-y" and save to a database in "y-m-d" format

I have to show the format D-M-Y but it must be saved in the MySQL database, Y-M-D . I am using Bootstrap for the calendar of dates and PHP to perform the maintenance on the table. Code HTML and PHP : <div class="form-...
asked by 17.01.2017 / 21:50
0
answers

Problem with the Bootstrap modal [closed]

The trigger is a text on the label, but when the modal is displayed, only the screen becomes opaque. The modal is up and hidden and you can not close or leave it, I already tried with buttons, putting it in another place, in jQuery , and it doe...
asked by 12.12.2016 / 22:51
1
answer

Any specification to use "beforeEditCell" or "afterEditCell" inside "cellEditProp"?

Having this code: var cellEditProp = { mode: "click", blurToSave: true, afterSaveCell: function (row, cellName, cellValue) { /************************************/ }, beforeEditCell: function (rowid, cellname, value, irow, icol)...
asked by 18.11.2016 / 10:29
1
answer

Checkbox material design does not appear

I'm trying to add the material design CDN from link , but when I add it, it does not appear in the checkbox . I see everything in material design except the checkbox, which does not appear. <!DOCTYPE html> <html lang="en">...
asked by 20.11.2016 / 14:52
3
answers

Load a Carousel (bootstrap) with images in a collection

I am wanting to show more than one image in an article, using a carousel. Yes or yes shows one (main image), and with a limit of 5 photos In case the carousel is not the problem, the theme is the collection where I have the x images. Trying t...
asked by 30.10.2016 / 23:45
2
answers

Problem with modal and tab bootstrap

I have created a form with several tabs within it, which are displayed in a modal that is activated by clicking on a button within a table (blue button of the image) that works correctly. My problem is when another button appears with t...
asked by 10.10.2016 / 05:06
1
answer

Problems with a Select using a chosen and a collapsed button in Bootstrap

Hello, I am wanting to implement an advanced search form in which it opens up from a collapsed button in bootstrap. Here I implement a panel with a select. I implement a plugin called Chosen that improves aesthetics to select and others. th...
asked by 10.10.2016 / 01:24
0
answers

Change menu with frameset to bootstrap

I have a website in which the front is divided with frameset, like this: <FRAMESET name="fstMain" cols="*,980,*" border="0" frameborder="0" TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" frameSpacing="0" onload="redirLoca...
asked by 29.09.2016 / 15:40