Questions tagged [modalpopup]

A modal pop-up window is a window that is displayed on top of the main window and that disables the main window until the user has finished interacting with the pop-up window.

153 questions
1
vote
0 answers

How to display a pptx file from server(API) in modal pop-up in angular?

I have an API which allows me to download .pptx file. So, I am writing a Http get request with content type application/vnd.openxmlformats-officedocument.presentationml.presentation and response type- text. However I am getting an error for…
1
vote
1 answer

How can I change the email form (mailchimp) on this Delayed Modal Popup to this (getresponse) code?

This has been a nightmare for me. I can not figure out how to simply change the form code that pops up after 5 seconds. When I do change it, the colors, the fonts everything changes on me. I've tried changing 1 thing at time and at one point I got…
E-Rod
  • 21
  • 6
1
vote
1 answer

How to make pop-up data reflect selected record?

The case: I have Activities as datamodel. I have set Activities to have many-to-many relationship with themselves to represent a Parent / Child relationship. I have set up an accordion widget. Each row of the accordion contain basic data about the…
1
vote
0 answers

Why is my Bootstrap modal not working on my button?

I am using sublime text for my coding. I am working on a website contact page submission. I would like the button to be part of the contact page form. Submit
1
vote
1 answer

popup modal with image and text

first post here so please be gentle ;-) I have a query about popup modals, that not only have an image within the modal, but some text too. Attached my current status of the coding, however could not figure out an easy way to get the text caption…
1
vote
0 answers

How to get selected values of a checklist inside a popup using devexpress

I have a problem with the values of aChecklist that I populate from a query and it is inside a PopUp. Here is the web design:
1
vote
1 answer

How to get modal popup to close on click

This is my first question on stackoverflow and I would appreciate any help! I created a single-page website that has a number of different images that I made clickable. When clicked, a pop-up modal opens that includes some text relevant to each…
M.Moulton
  • 13
  • 2
1
vote
4 answers

Xamarin Forms content page make background color transparent

I have a requirement where in I need to display a list in a modal popup page.I am able to display a list but I cant make the background color transparent or semi transparent so that the page under it is partially visible. I am pushing the page from…
Debasish
  • 417
  • 1
  • 10
  • 21
1
vote
1 answer

a modal popup opening on the back of a modal popup

I have tried few things but didn't work, i need to open a modal popup on a modal popup either by hiding back modal popup or any other way. I cannot inject controller instance too according to my application structure. Any help could be greatly…
anusha R
  • 13
  • 7
1
vote
1 answer

how to pass parameters to modal popup?

I am working on Nativescript application where i need to open view on click of list item. So i will have to pass id of that item to the modal that is about to open on click of list item. Here is my code as i tried and for opening modal popup : var…
1
vote
5 answers

Modal Popup not clearing the fields

I have used Twitter Bootstrap Modal popup for form. I have two buttons one is submit and close. If I click close button or 'x' button on top of popup is closing but if I open again The fields are not clearing as like in this
charan tej
  • 1,054
  • 10
  • 29
1
vote
2 answers

Span created at run time In script not working Properly in mvc

I have one MVC project , In BusinessPosition.cshtml, i am creating a tree view at run time. by default at page load it will display main child of root node.like,
    @foreach (var i…
Rahul Chaudhari
  • 148
  • 1
  • 17
1
vote
1 answer

pass value to modal popup using jquery by using data-id attribute in anchor tag