Questions tagged [modalpopups]

70 questions
2
votes
1 answer

Editing a Gridview row with drop-down lists gets too wide - how can I use popup panels instead?

I have a series of GridViews in a Tab Panel - databound to a generic List of Business Objects. The columns in the Gridview are all similar to the following:
David
  • 892
  • 4
  • 16
  • 41
2
votes
1 answer

modal popup in jsp

i want my form to show a popup on clicking generate button. when the popup shows, the background should fade. below is the form which contains generate button.
Divyang
  • 601
  • 2
  • 9
  • 18
2
votes
1 answer

jQuery Mobile Popups affecting page layout?

Basic description of my jQM page from top to bottom (there's code at the bottom of this question): Header bar containing a button and a popup that is opened by clicking the button. An area containing between 1 and 4 HTML5 canvases. Canvases can be…
2
votes
1 answer

Sencha Touch - How to remove/hide popup panel on button click

I have created Panel as bellow Ext.define('MyApp.view.DatePanel', { extend: 'Ext.Panel', alias: 'widget.DatePanel', config: { itemid:'DatePanel', modal:true, centered: true, width:'320px', height:'110px', items:[ …
Sagar Modi
  • 770
  • 2
  • 7
  • 29
1
vote
1 answer

Trying to open a user control (Wrapped inside an aspx page) as popup using jQuery dialog in ASPX page

I am trying to open an user control (Child.ascx) as popup using jQuery dialog in an Aspx page. I wrapped Child.ascx in Child.aspx file. Now in Main.aspx I want to call the **Child.aspx** as a popup.. Main.aspx: