Questions tagged as 'bootstrap'

1
answer

Keep persistent bootstrap modal window when filling gridview

What I am doing is the following: In a form of Asp.Net a user presses a button, which opens a modal window of Bootstrap like the one attached in the following image: When that modal window is open, the user has the poss...
asked by 14.04.2016 / 23:21
1
answer

Angular page

I'm following this example: link My file js: var App = angular.module('SimulatorApp',['ui.utils.masks','ui.bootstrap', 'angularModalService', 'datatables','ngSanitize', 'ui.tinymce']); App.controller('TestController', [ '$window', '$l...
asked by 02.06.2017 / 10:27
1
answer

Angular table edit inline pagination

help me please I have an error wanting to put paginarion (dirpagination) to my table with inline angular edit js, I do not know why I get this error since in my other tables of just showing data it's all right, but in this table I'm with an edit...
asked by 21.04.2017 / 20:05
2
answers

close Bootstrap modal popup

I'm trying to close a modal bootstrap window with a url returned from the ActionResult, but for some reason it's not working: This is my script: $('form').submit(function () { var $form = $(this); $.ajax({ url: this.acti...
asked by 15.05.2016 / 00:50
3
answers

Know which buttons were pressed [closed]

I need to do something like this: Where D L M X J V S, are buttons that when pressed are pressed and then when pressing the Add button I know which ones were pressed, they would be similar to the checkboxes. Greetings!     
asked by 11.09.2017 / 16:13
1
answer

Passing data from a gridview (from asp.net) to textbox (asp.net) from a modal window boostrap

my problem is that I can not find the way to pass the data I have in a gridview to a textbox that I have inside a modal window of boostrap, I think my problem is that somehow if I can send the data to textbox by means of a button but this same b...
asked by 17.11.2016 / 20:33
1
answer

I do not get the desired result in Bootstrap

I'm starting with Bootstrap creating a page header, based on the page of this link link and a JavaDevOne tutorial on yt. My problem is that the result I get is not the one that is consistent with the example of bootstrap or the tutorial. I...
asked by 28.09.2017 / 17:09
2
answers

Modal Bootstrap is under the shadow and I can not use it

Good, I have a poroblema in my site and it is that a modal bootstrap when launching it opens but it remains as under the shadow let's say. Looking a lot with the chrome inspector I will find that by disabling the position : relative of th...
asked by 11.01.2017 / 02:31
1
answer

Do you think the menu of a dynamic web page would work? [closed]

Well, I have not found a way to do it optimally on the internet and I would not like to invent something inefficient or bad structured . Having said that, I'll explain: In the case of having a web page with a menu bar above with differe...
asked by 22.07.2018 / 22:18
2
answers

How can I give a margin to the text of the checkbox?

I have the following code: var fieldSet = "<div class='checkbox'><label><input " + propRequired + " data-is-common-control-note='" + IsCommonControlNote + "' data-is-required='" + IsRequired + "' class='input-details' type='ch...
asked by 18.04.2018 / 17:28