Questions tagged as 'modal'

0
answers

CodeIgniter, shows the first 10 elements, the rest do not come out, the last one is shown, using modal

I have a modal list and it only shows me the top 10 well, when I go to the next window it shows me anything of the last thing I touch but it does not show the real value that it can be. my list has 25 elements vista lista.php <div class=...
asked by 14.07.2018 / 23:43
1
answer

Ng-bind-html and data-toggle="modal" do not work

My project consists of creating sun elements from js, for this I use angular and its function ng-bind-html, the ng-bind-html serves me in all cases except this one. I want to add the following tag when adding a text. <a data-toggle="moda...
asked by 09.07.2018 / 17:32
0
answers

Pass a query in a datatable to a modal

I want to visualize a detail of a datatable in a modal window from a datatable of a starting page but I can not visualize the output error. The code: $query ="SELECT * FROM caja ORDER BY id DESC"; $result = mysqli_query($connect, $query);...
asked by 09.07.2018 / 00:32
1
answer

Send data from a modal materialize to the controller

I wanted to know in what way I can send the information within a materialize modal, to a controller within the codeigniter framework using php. Thank you in advance.             Modal <!-- Modal Structure --> <div i...
asked by 03.07.2018 / 04:26
1
answer

help (jdialog - jframe)

When calling a jdialog there is no problem: //llama a consultar Perfume JMenuItem mntmConsultarPerfumes = new JMenuItem("Consultar Perfumes"); mntmConsultarPerfumes.addActionListener(new ActionListener() { public void actionPerforme...
asked by 04.07.2018 / 00:29
0
answers

It does not show my boostrap modal

I am working with FullCalendar, the problem I have is the following: I have a button to add records, when I press it, it opens the modal, but if I close it and press the button again, I no longer leave the modal left as a line at the top....
asked by 25.06.2018 / 19:30
1
answer

Deactivate with warning in Modal

I have a problem and that is that when I click on the modal I want to load the id of said provider, it is necessary because it is a warning to deactivate or activate said provider, I leave the code This is the code with which I show a table w...
asked by 06.06.2018 / 22:12
0
answers

Help to carry out Modal

good I have a table which loads data obtained from a database to modify sent the value of the id by means of get via function url, now the problem I have it when I want to de-enable via modal, I do not know how I can pass the value of the id to...
asked by 06.06.2018 / 17:15
0
answers

I can not open a modal using angularjs and bootstrap, Error 14800

I am new to web programming, especially in front end, well, the fact is that I try to make a page. that shows the list of books, that has a button to add books, and that when you click on it, there is a modal that allows you to fill in the data,...
asked by 06.06.2018 / 03:32
0
answers

Redirect page when closing modal

I have the following problem once the payment is made, when closing the modal window, it redirects me to the thank-you page of the purchase in MERCADOPAGO. And the function execute_my_onreturn (json) is not executed. It already provides wh...
asked by 02.06.2018 / 00:33