Refers to a graphical dialog used to display important information to the user. These dialogs appear above all other content, blocking application flow until user input is received.

learn more… | top users | synonyms

0
votes
0answers
2 views

How to define the new style for modal popup? in drupal7

How to create a new stylesheet for modal popup for drupal7. I am using modal_form module and on every page I am getting "Login" link which opens a popup but I want to change the style of the popup.I ...
-1
votes
0answers
8 views

How to implement non-scrolling “preamble” and “epilog” before and after the scrolling area of a jquery UI dialog widget?

How could one have divisions before and after the main scrolling area of a jquery UI dialog widget? The "preamble" would occur underneath the title bar, while the "epilog" would occur before the ...
0
votes
1answer
20 views

How to set new scroll bar for opened modal window (jsfiddle included)?

I need to remove body's scroll-y bar and set new that fits to opened modal window. http://jsfiddle.net/ChpCK/ How to do that? Sure, to remove body's scroll i need $('body').css('overflow', 'hidden'), ...
0
votes
0answers
26 views

How do I get a modal pop-up to open a different view?

This is my HTML: <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-header"> <button ...
0
votes
2answers
23 views

How do I use an mfc application's dialog box in a separate mfc console application?

I have two MFC applications. One of them is just a dialog box with some functions to support it and the other is a console application. How do I make the console application able to open the dialog ...
0
votes
0answers
16 views

jquery ui modal dialog code not embedding

My first post. Don't be too cruel. :) I made some modals forms with jquery ui and they work fine: http://socarg.iiia.csic.es/svgtrees/0.php I want to load them when the user press a node in a tree, ...
0
votes
0answers
27 views

Alertbox / Attention Box in parent iFrame

I am able to create an modalbox running within 1 frame in the document. But when i create for instance, 3 frames, and within the first frame I call this function, it will only be displayed within that ...
0
votes
1answer
22 views

Position a Modal to the current window - jQuery

I have actually created a modal pop-up which pops up when someone clicks on an element on my website. However it always pops up at the top of the page / bottom of the page (where I have inserted the ...
0
votes
0answers
6 views

FXRuby intercept window close

I've created a 'confirm exit' dialog box to prompt the user when exiting. I've successfully connected it to an 'exit' menu command, but I also want to connect it to the window-close (X) button. How ...
1
vote
1answer
37 views

Twitter Bootstrap Modal example does not work for me

This is the code I intend do run: the second example of Modals But even on jsfiddle it didn't work: link <!-- Button to trigger modal --> <a href="#myModal" role="button" class="btn" ...
0
votes
0answers
4 views

NetCF3.5 - WM6.5 - When Modal Form is closing Bug with the last ParentForm Focused component?

This bug makes me crazy... The way is : I have a Main Form with some TextBox, CheckBox, ImageButton, etc... (this happens with all of these components) The Main Form call a second (modal) Form with ...
0
votes
1answer
40 views

angularjs: passing data to the ui-dialog directive

I'm using the $dialog directive to show a dialog in my application. The dialog is opened from another directive : angular.module('axa.directDebit.directives').directive("mandateHistoryDetail", ...
0
votes
2answers
39 views

Calling a function on bootstrap modal open

I used to use JQuery UI's dialog, and it had the open option, where you can specify some Javascript code to execute once the dialog is opened. I would have used that option to select the text within ...
1
vote
1answer
36 views

Clean URLs with AngularJS and modal dialog boxes

I'm using AngularJS + the "modal" directive provided by UI Bootstrap. The modal dialog box works great, but I have one problem: the URL isn't changing. For example, my AngularJS app has a route set ...
1
vote
1answer
26 views

Detecting the WM_CLOSE event on main application window when a modal dialog is active?

Is it possible for the the main application window to detect a WM_CLOSE event when a modal dialog is active?. If not, is there any way of detecting the WM_CLOSE event because the event handler for the ...

1 2 3 4 5 102
15 30 50 per page