Questions tagged [modal-window]

138 questions
2
votes
1 answer

Select image from modal window and insert this image to page

I want to select image from images loaded by AJAX to some modal window. When image is selected, then insert this selected image to my page to the "DIV id=container". Which modal plugin in better for this ? Is there some working example of this ?…
Patrik
  • 1,269
  • 7
  • 30
  • 49
2
votes
1 answer

Wicket modalwindow returning value

I want to create a settings-dialog in my wicket page. I created a ModalWindow that contains a form to achieve this. This works great, the dialog shows up and it contains the form but now I need to return some of these values in the form back to the…
Bram
  • 4,533
  • 6
  • 29
  • 41
1
vote
3 answers

Show only Vertical scrollbar in ModalDialog window?

I am using following code to open a modalwindow: function OpenPopup(rn) { var winargs = null; var winsettings =…
RMN
  • 754
  • 9
  • 25
  • 45
1
vote
1 answer

Window content size not affected by Window min -height -width

I'm developing a web application using the Vaadin framework. I have a small problem with modal windows and their content though. As explained in the pictures below: This is my CSS: .inventory-switchsubscription-modal-window { min-height:…
AndroidHustle
  • 1,794
  • 5
  • 24
  • 47
1
vote
0 answers

Vue.js: Parsing error: This experimental syntax requires enabling one of the following parser plugin(s): "flow", "typescript"

I have been working in a vue.js project, mainly using javascript. I added a modal window library that uses typescript. I changed the Language Features for TypeScript and JavaScript files in VSCode, but I still receive this error "Parsing error:…
1
vote
0 answers

SVG popup doesn't cover background text

When I hover over a graph or point on a graph, a modal window appears, but this window does not overlap the text below it and it overlaps one another Code of SVG popup
wake
  • 7
  • 1
1
vote
1 answer

Wicket ModalWindow: click outside modal to dismiss

I need to add a behavior to ModalWindow such that when a user clicks outside of the modal, if a certain condition is met (checked server-side in my respond() method), the modal is dismissed. I tried implementing something based on this answer. The…
George Armhold
  • 30,824
  • 50
  • 153
  • 232
1
vote
2 answers

How to close a modal window clicking outside in React + Redux app?

Making an application (react + redux). It contains a few photos. When you click a photo you get a modal window with bigger photo and comments. Code for ModalContainer (contains modal window itself): class ModalContainer extends Component { state =…
rgdzv
  • 433
  • 5
  • 18
1
vote
2 answers

Close a modal window, and the page jumps to the top (not wanted)

I have a css modal window. When I click the link, a modal window opens. When I close the link, the window closes, and the page jumps all the way to the top of the page. I need the page to stay where it is when the modal window is closed. After doing…
Jabbamonkey
  • 272
  • 4
  • 23
1
vote
0 answers

How to mock window and document object for ngx-bootstrap modal window

I set up server side rendering with Angular 8, Angular universe, ngx-bootstrap and I get error ERROR ReferenceError: document is not defined at ModalContainerComponent.ngOnInit (/Users/user/project/dist/server.js:243925:9) at…
1
vote
0 answers

How to close previous NSWindow each time in Cocoa.?

I want that, whenever I run the application, all previous windows should be closed. I want to display only one window at a time.
Pankaj Mundra
  • 1,401
  • 9
  • 25
1
vote
4 answers

javascript modal window for forms

Do you know of a nice javascript library that will allow me to create modal windows specifically for forms.
Wern Ancheta
  • 22,397
  • 38
  • 100
  • 139
1
vote
1 answer

Modal box works for one element but not for others

I've created a modal box which works fine, but when I apply that to other elements it just works on the first one. These elements are different images that when you click open a modal box with different information in each one This is the url It…
1
vote
1 answer

jQuery script not modifying src of element

I have a jQuery script that is trying to modify the src of an element within a modal window once an img on the page is clicked. It grabs the src of the img that is clicked and attempts to copy that src to an element in a modal pop-up window. I've…
rpivovar
  • 3,150
  • 13
  • 41
  • 79
1
vote
2 answers

Replace or customize modal uninstallation windows in Inno Setup

Is it possible to replace next uninstalling modal windows with custom modal windows or pages in Inno Setup:
1
2
3
9 10