The modal-dialog tag has no wiki summary.
1
vote
2answers
39 views
Prevent/override standard Modal Dialog close button(X) from closing
I want to validate custom modal dialog form and if its not ok, prevent form from closing.
For this purpose, I attached to X-close-dialog-button. Problem is to prevent it's default behavior.
function ...
6
votes
1answer
214 views
Modal Dialogs and Minimal Download Strategy
I am having the following issue in SharePoint 2013 Online (Office 365 Preview): when I try to display in a modal dialog a page that relies on MDS (Minimal Download Strategy), the dialog opens but then ...
2
votes
1answer
51 views
show modal dialog for list with opened ribbon
I need to display a standard list inside a modal dialog. Currently I'm using SP.UI.ModalDialog.showModalDialog(..) and I'm building the URL like this:
options.url = ...
2
votes
1answer
167 views
making an SP.UI print dialog
I'm thinking of adding a print button to my list ribbon , the minute I click on this button a print dialog appears showing the list of the available printers on my computer.
so this printdialog i was ...
1
vote
1answer
64 views
How to Close SPModalDialog & Refresh page from Code behind in SandBox solution?
I have Submit button in my SPModalPopup.
By clicking submit button, after executing some code, I want to close the ModalDialog & Refresh the parent page. How can I do this ?
I have tried ...
1
vote
1answer
106 views
Drop off Library - Display Forms in a Dialog Disabled now Router Message displays as Dialog Box
When using the Content Organizer site feature I have a content type that uses a custom field that doesn't render very well in side the Modal Dialog box. So I have disabled this function on the Drop ...
0
votes
1answer
29 views
SPGridview Sorting issue with Modal control - Double postback
I'm having a a issue related to Sharepoint/ASP.Net Postbacks.
Basically, what's happening is I have the following GridView on my page:
<SharePoint:SPGridView
EnableViewState="false" ...
0
votes
1answer
56 views
SharePoint; Javascript repeating click event already on page
I have a SharePoint calendar, and I've got some Javascript code to force a calendar overlay event to open in a modal dialog. Basically, it forces them to open in a modal dialog via this code:
...
0
votes
1answer
132 views
Javascript in SharePoint:MenuItemTemplate
I have Created one aspx page and write in Main Content. I want to call SharePoint Modal Popup script on click event in sharepoint:MenuItemTemplate.
How can i call javascript for modal popup in in ...
0
votes
1answer
232 views
Sharepoint modal popup don't shown when the Infopath form are on the site
I tried to add Infopath form on my project, but when I add the Infopath form some of PopUp which are corelated with Infopath and shows errors od data didn't shown What should I do to shown A Modal ...
0
votes
1answer
181 views
Multiple modal dialogs - can not cancel or submit the second modal dialog
I have problems with multiple modal dialogs using IE 9 browser.
When I click on the Ok or Cancel button on the second modal form, I get following exception from my js code.
http://imgur.com/qlL1H
...
4
votes
0answers
69 views
Passing args to QuickLinksDialog with JS
I have a small button on a site which when i press should start a QuickLinksDialog and fill in some of the fields there.
Everything goes good and well except the fields (like: title and url) still ...
2
votes
0answers
194 views
Opening and closing AssetPortalBrowser.aspx in SharePoint model popup
I am trying to open the "OOB" AssetPortalBrowser.aspx from a page within a SharePoint native model popup.
My aim is to get the selected filename back to the script. So far I was able to open the ...
1
vote
0answers
64 views
Problem with List New Form and Edit Form modal dialog configuration
I created a List Definitions,with two content Type and custom NewForm. Now I want to disable modal window only for Display Form. The property NavigateForFormsPages="TRUE" disable all modal dialogs ...
1
vote
0answers
79 views
Change Close-Button Link when opening Link from Modal in new tab/window
So, this is my scenario:
In SharePoint 2010, I have a custom List ("events") with multiple lookup-fields to other lists (for this example: "contact persons", "location") in it. I got two list-views, ...
1
vote
0answers
168 views
SP.UI.ModalDialog close method returns home.aspx
I have 4 webparts on home page. on maximizing any webpart opens a SharePoint modal popup. While closing that modal popup SP.UI.ModalDialog close method returns home.aspx in ajax call. And it takes 20 ...
1
vote
0answers
63 views
a modal dialog that it's url has been copied not working properly
I've got a modal dialog with an upload control in it which is working with no problems. but when i try to copy the modal dialog's url (right click -> properties) and paste it in another ...
1
vote
0answers
67 views
add new object not opened in a modal dialog
After installing Cumulative updates (August 2012 - only SharePoint server) now when you click "add new object" link to add new object to a lists on all pages (except document libraries) the NewForm ...
1
vote
0answers
201 views
Disable Modal Dialogs from XSLTListView
i need to disable some modal dialogs for the form display in a listview.
At the list settings I have disabled the modal dialog (NavigateForFormsPages="TRUE").
For the items of the list it works fine. ...
0
votes
0answers
60 views
add new object not opened in a modal dialog for Sharepoint Photo Library
I created Photo library now For add new item i have written Javascript code and which works fine in IE,Firefox but not in Chrome browser i get a error as"Uncaught TypeError: Object # has no method ...
0
votes
0answers
30 views
Disabling the Dialog pop-up for Calendar views
It seems from my trivial Google searches, that some users find, for certain list types - an inconsistent experience related to modal dialogs.
In my scenario, we have a plain old SharePoint Foundation ...
0
votes
0answers
55 views
SPPageStatusSetter failing in SP modals, for some users
We're putting status messages on a page using the SPPageStatusSetter API (on the server end). This works absolutely fine until we open any pages inside an SP Modal.
For users in the App Owners group, ...
0
votes
0answers
78 views
Stop New Form opening in Dialog box
I have set up a number of surveys. I had to create custom new forms so that on submission the user was redirected to another site. I have done this before with no issues, only this time it opens the ...
0
votes
0answers
19 views
newPage dialog using specified Pagelayout
i am using a PublishingWeb with three different PageLayouts. None of which is "more default" than the others...
Is there a standard-function that I can use to extend the siteActions-menu? Something ...
0
votes
0answers
312 views
Modify upload.aspx to set folder value from querystring
I have a document library that contains one level of folders. Each folder will contain multiple files, with a metadata column containing the name of the folder. I have set up a new view with just the ...
0
votes
0answers
58 views
Variations modal pop up incorrect language
In my publishing site I have two variation labels "English" and "French", with "English" being the source language. When I navigate to a "French" variation of the page my french resource files are ...
0
votes
0answers
208 views
jQuery/JS solution: handle closing dialog edit form for new document upload
So I have a dialog that opens from a link on a page. It opens the Upload.aspx and I just simply use the GUID to ensure what library it goes to. After the document is uploaded, the standard edit dialog ...
0
votes
0answers
268 views
Survey in modal view - Display Graphical Summary when completed
tried to find a solution online but had no luck so asking the good men (and women) of the Stack to help a brother out :)
Ok, so using SP 2010 and have a link to a Survey on my main intranet site. ...
0
votes
0answers
378 views
Retrieving Document Library item URL from ID
How can I retrieve the URL of an item/document in a (generic) document library when the only thing I have is the ID, obtained through:
SP.ListOperation.Selection.getSelectedItems();
My intention is ...
0
votes
0answers
312 views
Modal Dialog Delegate Event not firing
I have a modal dialog that I call from my sender page:
function openCommentsDialog( ITEMID)
{
var DropDownListValue = document.getElementById("HideVal").value;
var options = ...
0
votes
0answers
170 views
Dialog boxes that are cut off, any easy fixes for them?
On several dialog boxes such as the "add document" dialog in SharePoint we are encountering a situation where the dialog is too small to see the "Submit" buttons in the dialog. While end user ...