Top "Dialog" questions

A temporary window presented to a user (usually as a small box).

Display popup confirmation message with MVC C# after postback

Using MVC Framework with C# coding. The views are written in standard HTML code. I require a confirmation message saying "…

c# asp.net-mvc dialog showmodaldialog
jQuery UI dialog button focus

When a jQuery UI dialog opens, it selects one of the buttons and highlights it or sets focus to it …

jquery-ui dialog
Can you wait for javascript callback?

I'm trying to use the jQuery alerts dialog library from http://abeautifulsite.net/notebook/87 instead of the default alerts (which …

javascript jquery dialog callback confirm
jQuery Ui Dialog Buttons, How to add class?

I found this answer on another thread.. How to add multiple buttons in Jquery UI dialog box? Using this syntax, …

jquery jquery-ui user-interface dialog jquery-ui-dialog
How to check if dialog is displayed or display multiple dialogs of the same type?

I'm managing dialogs by showDialog/dismissDialog/removeDialog. I want to: Display several dialogs in kind of a stack: a) First …

android dialog showdialog
Android Dialog, keep dialog open when button is pressed

I would like to keep my dialog open when I press a button. At the moment it's closing. AlertDialog.Builder …

android dialog
Android close dialog after 5 seconds?

I'm working on an accesibility app. When the user wants to leave the app I show a dialog where he …

java android dialog schedule
How to close a Dialog in Android programmatically?

How do I close a Dialog in android programmatically for example by a button? Imagine I have a Dialog with …

java android dialog android-alertdialog
Prevent dialog dismissal on screen rotation in Android

I am trying to prevent dialogs built with Alert builder from being dismissed when the Activity is restarted. If I …

android dialog android-edittext onconfigurationchanged
Custom choices in JavaScript confirm dialog

How to write a confirm dialog in JavaScript with custom choices? Instead of just "Ok" and "Cancel", I would like …

javascript dialog confirm