Top "Dialog" questions

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

Apply CSS to jQuery Dialog Buttons

So I currently have a jQuery dialog with two buttons: Save and Close. I create the dialog using the code …

jquery css jquery-ui button dialog
Access to file download dialog in Firefox

Is there any kind of API that can allow me to manipulate a file download dialog in Firefox? (I want …

firefox selenium dialog
jQuery UI Dialog individual CSS styling

I'm looking to style a modal dialog (using UI Dialog) with unique CSS that is separate from the traditional dialog, …

jquery css jquery-ui dialog modal-dialog
How do I create an Android Spinner as a popup?

I want to bring up a spinner dialog when the user taps a menu item to allow the user to …

android dialog spinner
jQueryUI modal dialog does not show close button (x)

I'm using a jQuery modal dialog in my ASP .NET MVC 3 application. It works fine except for that there is …

jquery asp.net-mvc-3 jquery-ui dialog
How to change DatePicker dialog color for Android 5.0

Is it possible to change the datepicker (and also the timepicker) colour scheme for android 5.0? I've tryed setting the accent …

android dialog styles background-color
How can I get a Dialog style activity window to fill the screen?

I am using an activity with the dialog theme set, and I want it to be full screen. I tried …

android user-interface dialog
Javascript close alert box

I want to be able to close an alert box automatically using Javascript after a certain amount of time or …

javascript dialog alert dom-events
Easiest way to create a custom dialog box which returns a value?

I want to create a custom dialog box for my C# project. I want to have a DataGridView in this …

c# winforms dialog customdialog
How to handle Back button with in the dialog?

I am developing an application that when the button is pressed, it opens a dialog with OK and Cancel buttons. …

android button dialog back