Questions tagged as 'bootstrap'

1
answer

Problems with cakephp 2.8.8 = Notice (1024): Element Not Found: Elements \ default.ctp [CORE \ Cake \ View \ View.php, line 425]

I have problems showing a notification message when I save, edit or delete boostrap to style the website, the code lines are as follows: The one above is the edit driver and the message that appears to me is this
asked by 21.10.2016 / 01:57
3
answers

by disabling a button this loses the bootstrap look

I have this textbox <asp:TextBox ID="tbid" runat="server" class="form-control"></asp:TextBox> form-control is a bootstrap class for the textbox to have the bootstrap look, if I disable the textbox from code using tbid.Enabled...
asked by 02.02.2017 / 00:50
1
answer

I can not show and delete a record using a pop-up window

The delete function works perfectly by doing the following with the delete button. <a href="borrar.php?id=<?php echo $persona->id; ?>"><button type="button" class="btn btn-danger" onClick="<?php $identificador = $persona-&...
asked by 27.02.2017 / 08:49
2
answers

Select in bootstrap

I try to include a field within a form with the selectpicker class of bootstrap but the style does not add style or live search, any idea of why? this is my code These are the libraries that I use, only jquery I have it remotely bootstrap I h...
asked by 01.07.2016 / 00:00
1
answer

Auto-fit width of jqgrid within tab bootstrap

I am using jqgrid inside a Tab bootstrap and the grid does not auto-adjust to the size of the Tab, it expands a lot. Is there a way to make the grid fit the maximum Boostrap Tab size? var info = datos; $("#gvsDetalleRevisionErradicar").jqG...
asked by 30.04.2016 / 18:57
1
answer

problems with nav navbar-nav and dropdown-toggle

How about, Develop an application in VS 2013 and add a bootstrap template to my master page, the same code and the same template I did to develop a project in VS 2010 but it turns out that the nav navbar-nav pulldown menu does not work using the...
asked by 09.03.2016 / 16:41
1
answer

Autocomplete with JQuery UI -Function Select

Good, as I do so that the values of the array that returns me are loaded in the inputs, I see that the Select function of the autocomplete has a problem, console.log(ui.item) appears Object {label: "22222", value: "22222"} , when I...
asked by 06.03.2016 / 23:37
2
answers

Problem with element.innerHTML + =

I have this attempt of gallery of images with bootstrap, but I do not manage to appear bada, this is the complete code of the gallery, the images are named by numbers.                                 <script> var imagenes = [1,2,3...
asked by 05.12.2018 / 06:14
0
answers

Validate select in registration form

I'm doing a fill-in-registration form where everything was fine except for the select, the code is as follows: Database: CREATE TABLE usuarios( id INT NOT NULL UNIQUE AUTO_INCREMENT, tipo_de_usuario VARCHAR(100) NOT NULL, nombre VARCHAR(2...
asked by 20.07.2018 / 00:07
1
answer

Navbar depopulated and distorted

Good morning! More than an error I have a query with navbar (although they also occur with other situations). I'm starting a project but just happened to me that I do not understand why it happens: My code of default.Master is like this:...
asked by 21.05.2018 / 16:04