Top "Modal-dialog" questions

Refers to a graphical dialog used to display important information to the user.

How to have jQueryUI dialog box dynamically load content

I love jQueryUI's dialog boxes. However, there doesn't seem to be a way to dynamically load content built-in. I guess …

jquery ajax jquery-ui modal-dialog jquery-ui-dialog
Good or bad practice for Dialogs in wpf with MVVM?

I lately had the problem of creating add and edit dialogs for my wpf app. All I want to do …

c# .net wpf mvvm modal-dialog
Can't set DialogResult in WPF

I show a WPF window using ShowDialog() from the calling window. The window opens and is modal as expected. However, …

c# wpf modal-dialog dialogresult
Getting Error: Object doesn't support property or method 'assign'

I am using this jquery popup plugin from this link on my WordPress site. It's working fine on all browsers …

jquery wordpress popup modal-dialog
How can I change the width of a Bootstrap 3 modal in IE8?

I have to support IE8. The modal itself works fine, but my attempts to resize it (which work fine in …

internet-explorer-8 modal-dialog twitter-bootstrap-3
How to force a Kendo UI modal window to center in a page? and how to disable all the actions?

I'm trying to display a Kendo UI modal window in the center of the browser, but it keeps showing up …

jquery kendo-ui modal-dialog
Is it possible to determine whether ViewController is presented as Modal?

Is it possible to check inside ViewController class that it is presented as modal view controller?

iphone ios view controller modal-dialog
Avoid modal dismiss on enter keypress

I have set up a bootstrap modal with a form inside it, I just noticed that when I press the …

forms twitter-bootstrap modal-dialog
How to vertically align Bootstrap v4 modal dialogs

Vertically center modal dialogues in Bootstrap 4. Note: The requirements below have been added to make it clear I am looking …

modal-dialog flexbox bootstrap-modal vertical-alignment bootstrap-4
How to close all active bootstrap modals on session timeout?

I need to make a call when the user is idle and passes the session time out that will close …

javascript jquery twitter-bootstrap modal-dialog