popup

Value cannot be null. Parameter name: control

时间秒杀一切 提交于 2019-12-25 04:56:08
问题 <cc1:ConfirmButtonExtender DisplayModalPopupID="ModalPopupExtender4" ID="ConfirmButtonExtender4" runat="server" TargetControlID="lnkremoveloc" Enabled="False" OnClientCancel="RemoveLocations"> </cc1:ConfirmButtonExtender> <cc1:ModalPopupExtender ID="ModalPopupExtender4" OkControlID="btnDisable" CancelControlID="btnCancel" BackgroundCssClass="modalBackground" PopupControlID="pnlRemove" TargetControlID="lnkremoveloc" runat="server"> </cc1:ModalPopupExtender> <asp:Panel CssClass="modalPopup" ID=

window.location call popup up empty dialog on safari

南楼画角 提交于 2019-12-25 04:51:59
问题 on a web page i am trying to redirect the browser to another page on the same site. the code is very simple for that: window.location = "/path1/path2" on safari - both windows as well as mac - a message box containing only the text "http://domain.com" comes up. I have tried different ways of specifying this: location.href, windows.assign(...) ... and the all have the same behavior. Did any of you see this? and do you have a solution for this? Thanks. 回答1: take a look at this question. You

how to open a JSP page in popup editor using kendo UI

Deadly 提交于 2019-12-25 04:45:36
问题 I am using Kendo-UI with JSP-wrapper ( <kendo:grid> ) . I have two JSP pages Employee.jsp & EmployeeDetails.jsp .the sample code for employeeDetails.jsp is given on Kendo Grid using JSP wrapper EmployeeDetails has a grid with editable_mode =popup.which is working fine.But since in Employee.jsp we have a lots of data so the popup window is very large and hard to maintain. the output what i wanted is the popup should comes in two row with custom style sheet instead of default one row and Keno

leaflet open specific marker popup on button click

蹲街弑〆低调 提交于 2019-12-25 04:22:24
问题 I'm trying to open a specific marker's popup on some event(say, button click). In order to do so I add an id property to a marker and store all markers in an array. But for some reason, the id property of a marker inside of an array is undefined when I try to access it. var map = L.map('map').setView([51.505, -0.09], 13); var markers = []; var marker = L.marker([51.5, -0.09]); marker["id"]="0"; marker.bindPopup('!'); marker.addTo(map); markers.push(marker); openPopupById("0"); function

I cannot open popup dialog with Phonegap on iOS mobile

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-25 03:54:59
问题 I have a strange problem with Phonegap on iOS platform. On Android, "popup" works correctly. I have this code: <button data-rel="popup" data-position-to="window" data-transition="pop" id="prueba23">Botón</button> <div data-role="popup" id="popupDialog"> <div data-role="header" data-theme="a" style="top:-21px"> <h1>Delete Page?</h1> </div> <div role="main"> <h3 class="ui-title">Are you sure you want to delete this page?</h3> <p>This action cannot be undone.</p> </div> <div data-role="footer">

Adding Editfield to Popup screen

Deadly 提交于 2019-12-25 03:44:22
问题 I have created my own custom popup screen to which now I am trying to add a editfield , everything seems to be fine but the problem is that I am not able to write anything in the edit field class sveetIt extends PopupScreen implements FieldChangeListener, DialogClosedListener { Hashtable pitemData; ButtonField sveetNowlabelField; ButtonField sveetLaterlabelField; WatingScreen watingScreen; long scheduledTime; Dialog updateDialog; public sveetIt() { super(new MyCustimGridFieldManager());

jquery dialog shows data from previous ajax request

北慕城南 提交于 2019-12-25 02:39:08
问题 In my MVC application I am facing very strange issue with jquery dialogs. I am using multilevel dialog for this application; wherein at 1st level dialog there will be jqGrid displaying records & provides link column to manipulate records in 2nd level dialog. A dialog containing small form to manipulate data can be opened by using link column from jqGrid. There is an issue with pre-populating this form data when the link is clicked; & which occurs on random time interval. When I open this form

close the other pop-up when we open one pop-up

白昼怎懂夜的黑 提交于 2019-12-25 02:13:08
问题 Background : We have Many lines in page , once we click on each line, we are displaying pop up.... Requirement : Short : close the other pop-up when we open one pop-up Long : When we click on 1st line, then its displaying 1st pop up , now when we click on 2nd or 3rd or any other line, it should close 1st pop up & display the other pop up .... This is working fine if we have only two lines as in Codepen1 , but if we have more than two lines, its not closing other pop up as in Codepen2.... I

PHP and window.close in JavaScript

此生再无相见时 提交于 2019-12-25 01:56:15
问题 I have a problem. I have a page that when you click a button, a popup with a form is shown. So, I complete some data and I submit. What I want to do is, to submit the form, close the form and refresh the parent page. I don't want to do it with AJAX. The problem is that in my parent page I have to refresh content with the input information of the form. So when I refresh, sometimes the data is shown and sometimes not. Do you know why this could happen? I just use onsubmit="refreshParent()" in

Chat head kind of pop up with edit text. But key pad not coming up when clicked inside

主宰稳场 提交于 2019-12-25 01:35:52
问题 I have implemented chat head kind of pop up for my application using service. And I have used edit text inside that. But problem is that when I click on edit text only cursor is visible and keyboard is not coming up. And not even able to select or copy paste the text inside that edit text. Any help? Thanks 回答1: I found solution to my problem. I was using the following code earlier:- Global variables:- private WindowManager mWindowManager; WindowManager.LayoutParams params; Then in onCreate of