|
|
stackoverflow.com
- 2012-08-05 22:14:42
- Similar
- Report/Block
I'm looking to understand the "best" way to transition to UITabBarController D (the main interface in my application) from either A or B - conditionally going through C. Meaning I'd like all of the following to be valid. A -> C -> D A -> B -> C -> D A -> B -> D A -> D C is a modal dialog which basically asks the us...
|
|
|
stackoverflow.com
- 2009-11-30 07:16:03
- Similar
- Report/Block
I am using modal dialog box from jQuery UI. I want to make a Ajax call to display the content in my dialog box. $(function(){ $('#myLink').live("click", function(){ $('#lbContent').dialog('open'); var url= $(this).attr("href"); $('div#lbContent').empty(); $('div#lbContent').load(url); return fal...
|
|
|
stackoverflow.com
- 2013-02-28 19:18:25
- Similar
- Report/Block
Is there a way to tell from the backing bean if a Primefaces Dialog is opened in the browser? This is how I show a dialog on the facelet: When I look up the Dialog object from the ViewRoot , both dialog.isVisible() and dialog.isInView() returns true even though the dialog is not shown. Alternatively, is there a flag that tells me whethe...
|
|
|
|
stackoverflow.com
- 2012-06-18 20:53:39
- Similar
- Report/Block
I am having difficulty using JQuery UI Modal Dialog when submitting a form. The intent is you hit the submit button, the modal pop ups and depending on your selection from the modal the form either submits or it doesn't. Instead the modal pops up and automatically submits Front end: <div id="dialog" title="Basic dialog"> <p>P...
|
|
|
stackoverflow.com
- 2012-03-14 14:31:36
- Similar
- Report/Block
Working with simple modal, and I'm trying to prevent the close on escape. says it should be simple, but this $(document).ready(function(){ $("#login_modal").modal({ overlayCss: { backgroundColor: '#000', }, containerCss: { height: 485, width: 385, backgroundColor: "#f6f6f6", bo...
|
|
|
stackoverflow.com
- 2012-07-26 14:17:49
- Similar
- Report/Block
I'm sure its very simple thing, but can't find anything. I have a Dialog: $(function() { $(".dialog").hide(); $( "#dialog:ui-dialog" ).dialog( "destroy" ); $( "#dialog-message" ).dialog({ modal: true, autoOpen:false, width: 800, buttons: { "Accept": function() {alert("OK");}, "Close": function() {$(this).dialog("close");}} }); $(...
|
|
|
stackoverflow.com
- 2012-05-11 22:36:06
- Similar
- Report/Block
I understand that jquery needs a selector to work with it like a class="x" on all links with class="x". But what I do not understand is why does jquery need a selector like #dialog that points to a div because the dialog is doing nothing with the div. In my opinion a window/dialog should have nothing to do with a div because the dialog is...
|
|
|
|
stackoverflow.com
- 2013-02-28 10:20:16
- Similar
- Report/Block
I've got a modal dialog that pop up then load and show the loader image then after a seconds it will hide and preview the "modalLogin" page. At first loading the main page and clicking the button for modal dialog to pop up it is fine, but when I close the modal dialog and click the button for modal again, the loading is mess up! So can an...
|
|
|
stackoverflow.com
- 2012-06-24 15:04:14
- Similar
- Report/Block
I am using popToViewController method to pop to a view controller. What I was trying to achieve is to pop to an UITabBarController's specific index. NSArray *viewArrays = [self.navigationController viewControllers]; So my view hierarchy is; <LoginViewController: 0x6b75850>, <UITabBarController: 0x6ba0b50>, <RequestViewContr...
|
|
|
stackoverflow.com
- 2012-02-26 20:42:48
- Similar
- Report/Block
I (think) I have researched this problem extensively in Apple's docs and online, both here and elsewhere. However, after several hours of troubleshooting I am out of ideas. My Modal view controller refuses to dismiss itself at the appropriate time. I am aware that modal controllers must be dismissed by the controller that presented the...
|
|
|
stackoverflow.com
- 2012-06-03 02:50:02
- Similar
- Report/Block
I am trying to get this dialog popup form to show up when this link is clicked but it does not work for me. I've been working on this for the past three hours and this is getting too frustrating for me. Here's my html <a href="#" id="contactUs">Contact Us</a> <div id="dialog" title="Contact form"> <p>appear now...
|
|
|
stackoverflow.com
- 2012-04-10 13:32:45
- Similar
- Report/Block
I have a column in JQGRID with two controls (textbox & button) on click of button i should show a dailog box with partial view content. Here is the code i'm using function RenderModalPopup(rowid, event) { debugger; $("#dvedit_showDialog").dialog({ modal: true, autoOpen: false, width: 500, height: 800 $.ajax({ url: '/Edit/GetPopu...
|
|
|
|
stackoverflow.com
- 2013-05-04 07:53:21
- Similar
- Report/Block
I have model dialog, while model dialog open setting up body overflow:hidden this makes model window display half only. onclose resetting the How to get center display modal dialog?...
|
|
|
stackoverflow.com
- 2013-04-21 07:29:20
- Similar
- Report/Block
My app (written using MvvmCross and with MVVM pattern in mind) needs to display popup windows where user can choose of confirm certain options. So basically it's a classic modal dialog, but since the app's view model is implemented in a portable class library, it needs to tackle modality in a generalized sense - some platforms simply don'...
|
|
|
stackoverflow.com
- 2012-08-03 01:43:57
- Similar
- Report/Block
Ok, guys, i need your help. My English is not so good, so I hope that you'll understand what I want. I need some very simple modal that will be generated only trough JavaScript or Jquery. In that modal I will have some iframe. Modal and iframe in it must be generated via js or jquery, because I need just some code in <script> <a&...
|
|
|
stackoverflow.com
- 2012-04-23 19:20:17
- Similar
- Report/Block
For some reason, when I try to use jQuery dialog in IE9, it doesn't apply any property to it leaving it at 0 which makes the dialog stay all the way to the left. It works fine in all other browsers including IE 7 and 8. Here's the code for initializing and opening the dialog: jQuery('#form-holder').dialog({ autoOpen: false, modal: true,...
|
|
|
stackoverflow.com
- 2011-06-15 02:07:01
- Similar
- Report/Block
I'm pretty much new to the MVVM architecture design... I was struggling lately to find a suitable control already written for such a purpose but had no luck, so I reused parts of XAML from another similar control and got make my own. What I want to achieve is: Have a reusable View (usercontrol) + viewmodel (to bind to) to be able to use i...
|
|
|
stackoverflow.com
- 2012-07-25 18:10:04
- Similar
- Report/Block
Storyboard iAd Tab Bar Controller sample project 1: Download sample project for Xcode 4.2 2: Make the banner visible above the Tab Bar from every view 3: post answer 4: recieve bounty 5: make other people happy, I will tutorialize it. No place existing tutorial for this important step atm.
|
|
|
|
stackoverflow.com
- 2012-03-04 18:21:07
- Similar
- Report/Block
I'm trying to add buttons to my dialog using Juice UI but it's not working or I'm doing something wrong. Following the example in documentation I changed this line <juice:dialog TargetControlID="_Default" AutoOpen="false" runat="server" /> <juice:dialog TargetControlID="_Default" AutoOpen="false" runat="server" Modal="true" Butto...
|
|
|
stackoverflow.com
- 2012-06-01 20:45:00
- Similar
- Report/Block
I have a form on which I would like the user to confirm one of the values when they try to submit, and I would like the confirmation to occur in a jQuery UI modal dialog. The code looks something like this: valuesCheck = function(event) { $j("#proposal-form-errors") .dialog({ modal: true, width: 600, title: 'Values Confirmation', bu...
|
|
|
stackoverflow.com
- 2012-03-07 15:41:49
- Similar
- Report/Block
I am trying to develop a screen consisting of buttons where clicking a button launches a custom dialog. The dialog has a ok button that closes it. I developed the following code for it which is giving me a null pointer exception. Can somebody help me out.... Dialog modalDialog; @Override public void onCreate(Bundle savedInstanceState) {...
|
|
|
|
stackoverflow.com
- 2013-04-18 14:14:29
- Similar
- Report/Block
I am using ASP.NET MVC 4 jQuery , and jQuery UI I have a dialog on my view. When I click a button the dialog pops up, takes the values on the dialog and send its through to a service. The service does what it needs to do and will either send back a blank message if it is successful or the actual error message. After this I need to check t...
|
|
|
stackoverflow.com
- 2013-04-04 19:56:07
- Similar
- Report/Block
I'm trying to display a partial view inside jQuery ui dialog window but I'm not having much luck with the load function. Dialog window does open but I dont see the content of the partial view. JS code is in a external js file. alert does display. $(document).ready(function () { $('#dialog-modal').dialog({ autoOpen: false, //width: 200,...
|
|
|
stackoverflow.com
- 2012-06-24 17:39:25
- Similar
- Report/Block
Have a problem when trying to close modal dialog in browser. The code is similar to the following one: 1) driver.switchTo().window(1); 2) driver.close(); 3) driver.switchTo().window(0); The problem is that code execution hangs on line number 2. I believe that's because of browser (none web) dialog saying "The web page you are viewing i...
|
|
|
|
electronista.com
- 2013-06-07 22:16:00
- Similar
- Report/Block
Amazon has created a free tool to help writers and filmmakers to quickly create storyboards. Amazon Storyteller will scan a script uploaded to Amazon Studios, and will create a storyboard based off the characters, locations, and props, along with appropriate dialog, without the need to hire an artist to create the storyboard on the writer...
|
|
|
stackoverflow.com
- 2013-05-02 04:27:26
- Similar
- Report/Block
The JQuery $('#dialog').html(htmlContent) displays the html as dialog's body . I want to display it like twitter bootstrap modal approach . For ex: some content... some content... Now , at time displaying dialog the 'title-bar' div content should be display in dialog's title header and same for diloag body should show 'ui-dialog-cont...
|
|
|
stackoverflow.com
- 2012-04-28 08:12:11
- Similar
- Report/Block
The classic way to is to do a modal is a div with the content (dialog) and a div with z-index lower (overlay) Then, I can bind the click event on the overlay and hide de content dialog. <div class="dialog">...</div> <div class="overlay" style="background-color:rgba(255, 255, 255, 0.9)"> But I have noticed that Pinterest...
|
|
|
|
stackoverflow.com
- 2013-03-18 10:14:22
- Similar
- Report/Block
As the title suggests I'm having some IE7 problems. the problem I have right now is that my dialog doesn't work correctly. Well, the dialog itself works, but the button on it doesn't show up. that is, until I hover on where it is actually placed. Here's the jquery code $('#sessionTimeout-dialog').dialog({ autoOpen: false, width: 400, m...
|
|
|
stackoverflow.com
- 2012-06-29 19:29:04
- Similar
- Report/Block
I have a jquery modal dialog and it doesn't grey out the screen fully when you bring it up. If I take a look it is attributed to this css code: <div class="ui-widget-overlay" style="width: 1920px; height: 628px; z-index: 1001;"></div> This is from the custom css generated with jquery's Themeroller Not sure why those dimensions...
|
|
|
stackoverflow.com
- 2012-04-28 13:44:39
- Similar
- Report/Block
I use bootstrap modal plugin. But modal dialog is not shown in center. Why? my mistake? http://dl.dropbox.com/u/573972/stackover flow/bootstrap/modal.html <!DOCTYPE html> <head> <meta charset="utf-8"> <title>test</title> <meta name="description" content=""> <meta name="author" content=""> <...
|
|
|
|
stackoverflow.com
- 2013-05-06 02:00:29
- Similar
- Report/Block
Is it possible to [execute a function] e.g. open a modal dialog window from the routeProvider when a certain route is requested? myApp.config(function($routeProvider) { $routeProvider .when('/home', controller: 'HomeCtrl', templateUrl: 'Home/HomeView.html' ).when('/profile/:userId/changepwd', function(){ $dialog.messageBox(title,...
|
|
|
stackoverflow.com
- 2012-08-05 15:31:11
- Similar
- Report/Block
I'm loading dialog page with jQuery UI & load function: $("#update_link").dialog({ modal: false, height: 370, width: 900, title: 'עדכן קישור', open: function () { $(this).load("<?= site_url()?>/links/show_update?id="+r el+"&rand="+rand()); } Inside the dialog there is input-text with id "add_time". In this input there...
|
|
|
stackoverflow.com
- 2012-07-12 17:30:35
- Similar
- Report/Block
I'm running a QA testing program using Ruby's Vapir automation tool with Firefox and I am trying to resolve an issue with modal dialogs. To illustrate this, I am testing this piece of code from https://github.com/vapir/vapir/wiki/moda l-dialogs ======================================== ===== browser=Vapir::Firefox.new # or Vapir::IE.new brow...
|
|
|
|
stackoverflow.com
- 2012-03-14 17:45:54
- Similar
- Report/Block
I need to have a storyboard which could change a foreground in my TextBox. The problem is that this TextBox has to be in DataTemplate. How can I change my xaml to have this working ? <DataTemplate x:Key="contentTexBox"> <Grid> <VisualStateManager.VisualStateGroups > <Vis...
|
|
|
stackoverflow.com
- 2013-05-02 21:03:06
- Similar
- Report/Block
I want to create add children button with dialog form feature. On the page there are tree and modal dialog form. On every node of tree will be the create child button. If you click on create child button, there will be shown modal form, where parentId will be set as id of node where button was clicked Tree: Dialog Box: I want that click o...
|
|
|
stackoverflow.com
- 2012-07-04 13:59:07
- Similar
- Report/Block
I got a very interesting problem here. My iPhone app has an UITabbarController as rootViewController in the AppDelegate. If the app is opened the first time, it must be configured basically. For this purpose I create an UINavigationController and tell the tabbarController to present it modally: firstRun = [[firstRunViewController alloc] i...
|
|
|
|
stackoverflow.com
- 2012-03-17 10:14:53
- Similar
- Report/Block
I need set position dialog is dynamic when user scrolling slide body page, i mean dialog always in center position when user scrooled in behind dialog. (asp.net) Thanks in advance,...
|
|
|
stackoverflow.com
- 2012-06-14 16:55:46
- Similar
- Report/Block
I am creating an app using iOS 5 SDK. I managed to push views using the Storyboard's Segues, but I cannot find the proper way to pop the current view and go back to the previous one. I am not using any navigationController (the app doesn't have any top or bottom bars). I don't think using modal or push segue the other way would be the sol...
|
|
|
cyberforum.ru
- 2013-04-19 10:54:10
- Similar
- Report/Block
Код: $('#dialog').dialog({ modal: true, autoOpen: false, title: "Сюда переменную" }); Как можно присвоить значение title в диалоге из внешней переменной nameSoilFactor? Код: $("#editPassport22").button().click(func tion(e){ var nameSoilFactor = $(".ui-selected").find("td:eq(2)").text( ); $("#dialog").dialog("open"); })...
|
|
|
|
tutorials.de
- 2013-02-06 10:27:07
- Similar
- Report/Block
Hallo, ich bekomme die Modal mit einer Remote-Datei nicht zum laufen, obwohl für mich alles richtig. Hier die Docs: http://twitter.github.com/bootstrap/...p t.html#modals Ich verwende die bootstrap-modal.js v2.2.2: https://raw.github.com/twitter/boots...s trap-modal.js Hier mein Aufruf: HTML-Code: "/php/remote.php" data-target="#myModal" d...
|