Questions tagged as 'dialog'

1
answer

Send data from a form to an Action using struts2, AJAX, and jquery dialog

Good, I'm trying to collect the content of a form from an Action, but I always get null . What I have done is: JSP: <s:div id="popup-usuarios"> <s:form name="formEditar" id ="dForm" method="post"> <s:textarea id="data"...
asked by 18.07.2017 / 13:55
1
answer

Outgoing content of a dialog with CDM

I have a problem with a dialog using Material Design Lite, I have some tabs with forms inside but for some reason when I put more elements inside the buttons "Save" and "Cancel" go out of the limits of the dialog as It is shown below: h...
asked by 14.05.2018 / 21:39
1
answer

I use the plugin "boostrap-dialog" in fiddler and it works, but in my system it does not

Here is a basic example of the code I use: BootstrapDialog.show({ message: '¡Hola!' }); <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <link href="https://cdnjs.cloudflare...
asked by 26.05.2017 / 06:51
0
answers

Ajax does not show my Modal Dialog with SparkJava

When on my device.js file I enter an invalid route the browser detects it and warns me, it means that the create device method if it is running, now in the cases that it executes with a correct route, it does NOT ABSOLUTELY NOTHING , it does not...
asked by 24.10.2018 / 19:04
2
answers

Open a form from the main one and modify a principal variable without creating it again

using visual studio I need to modify a variable that exists in the main form from a secondary one. To move from the main to the secondary I used the ShowDialog property to avoid closing the first because the secondary was small and I use it o...
asked by 20.08.2018 / 19:01
0
answers

jquery ui dialog inside infowindow - google maps

How can I put a dialog of jquery ui inside the infowindow of google maps? how can i get to jquery ui dialog inside an infowindow of google maps? link     
asked by 18.06.2018 / 02:22
0
answers

Act on a dialog window of the webbrowser object in VB.NET

I have a project to automate and scrap a web. I have a problem when uploading an image. By means of sendkeys I can open the dialog window, enter the path of the file and press enter, but it is so fast that the image does not manage to load. I wa...
asked by 06.02.2018 / 17:58
2
answers

Close Dialog android

I have the following code that correctly shows a Custom listView, however I want that when pressing an Item I close the dialog. On the internet I have found that it is with builder.dismiss(); but I get an error that this method does no...
asked by 11.11.2017 / 22:32
0
answers

Access the elements of a Dialog Fragment called from a fragment

The fact is that my MainActivity is a BottomBarNavigation Activity, which has three fragments where all the elements are loaded so that the user can interact. In one of those fragments there is a list in which, when the user selects an item, the...
asked by 09.11.2017 / 12:59
1
answer

Enable component p: dialog in pop-up window, primefaces

Greetings, I am working on primefaces, but at the moment of showing a popup window it is disabled to be able to perform any activity on the information that is displayed on it. I enclose the screenshot. and this is the code of the pop-u...
asked by 01.02.2018 / 05:44