Questions tagged [modal-window]

138 questions
0
votes
1 answer

Opening modal window after clicking on image

I'm trying to open modal window with full picture inside for every thumbnail on list after clicking on it. There is my code with my tries of doing that. Does anyone know how should I do that?
Paweł Nowicki
  • 49
  • 1
  • 10
0
votes
1 answer

Sending a message to the parent window in Electron

I have a rendering process open a modal window import { remote } from 'electron'; let currentWindow = remote.getCurrentWindow(); let modalWindow = new BrowserWindow({width:800, heigh:500,…
Mike M
  • 4,879
  • 5
  • 38
  • 58
0
votes
3 answers

Modal window for several products

I have a problem. I need to make a modal window for each product, but in the modal window, all products only display the last product. I tried to assign id identifiers, but then only the modal window of the first product works. window.onload =…
user8265613
0
votes
2 answers

dynamically create html modal window button

I have created a web application and one of its functions is to list products that match a certain search. However now i want to be able to have a button next to each product which when pressed will open a modal box with a bigger image and more…
aderry
  • 157
  • 3
  • 11
0
votes
0 answers

Navigate using backward/forward buttons on a pop-up window displaying MySQL images?

I have a page filled with images pulled from a MySQL table. When one of these images is clicked, a modal pop-up window appears. This modal window contains backward and forward buttons, like this: I would like to be able to iterate through the MySQL…
rpivovar
  • 3,150
  • 13
  • 41
  • 79
0
votes
1 answer

Angular modal window function not working properly

I have an Angular function within a PHP partial page that appears to not be working properly. The function is attached to all images that are loaded on to the page from a MySQL database, and is called with…
rpivovar
  • 3,150
  • 13
  • 41
  • 79
0
votes
1 answer

Angular.js modal window within php echoes not working

I'm using code from this angular.js modal window tutorial by Jason Watmore: http://jasonwatmore.com/post/2016/07/13/angularjs-custom-modal-example-tutorial I'm trying to implement an angular.js modal window within a php partial. Here is the code…
rpivovar
  • 3,150
  • 13
  • 41
  • 79
0
votes
1 answer

Angular Modal Window not working for the life of me

I'm very new to Angular.js. I've taken the necessary elements from this tutorial on modal windows within Angular.js: http://jasonwatmore.com/post/2016/07/13/angularjs-custom-modal-example-tutorial Isolated, I can get this code to work, but after…
0
votes
0 answers

Javascript function within Angular Single Page Application not working

I'm trying to have a javascript modal window pop up on a php page within an Angular single page application. This page is loaded in after the initial index.html. The html tags are written as: ...and the…
rpivovar
  • 3,150
  • 13
  • 41
  • 79
0
votes
1 answer

Modal Window within Angular/PHP Single Page Application Not Working

I'm trying to implement a modal window that is within a PHP page on a Single Page Application website, and I haven't been able to get the modal window to work. Even though I have a .js file where I'm storing my functions, I have the javascript…
rpivovar
  • 3,150
  • 13
  • 41
  • 79
0
votes
3 answers

Simple Modal Window + jQuery Cookie

I use this plugin jQuery Simple Modal Window to display a modal window. I also use jQuery Cookie Plugin (jquery.cookie.js) to set cookies. How can I mix jQuery Simple Modal Window and jQuery Cookie? It`s necessary that after clicking on the…
w00t
  • 33
  • 1
  • 2
  • 6
0
votes
1 answer

Image thumbnail when click modal shows

I have a code from a tutorial. Here i want to let my thumbnail when it was click, a dynamic modal will show, where a user can edit what would be inside of the onlick modal. I have a category list where in my thumbnail, i put to show my…
Jc John
  • 1,799
  • 2
  • 34
  • 69
0
votes
1 answer

Make any links in a Bootstrap modal open in a new window

I have a page which loads content into a Bootstrap (3.3.7) modal window. The content in the majority of these modals features 1 or more links. I want any link that the user clicks on, in these modals, to open up in a new browser tab. I can get this…
Andy
  • 5,142
  • 11
  • 58
  • 131
0
votes
2 answers

Trouble concatenating strings

I'm having an issue concatenating strings. Where I initially declare the 'output' variable in my last function, I'm able to get the number of questions correct printed to my modal window. However, my concatenation of strings 2 lines down from that…
0
votes
1 answer

Bootstrap next and previous button in modal window

I am using bootstrap modal window with next and previous buttons for my project, by default "modal-footer" is in the bottom. I want to keep next and previous button on left and right with vertically center of the modal window. Please suggest.
gururaj
  • 3
  • 1
  • 7