The modal-dialog tag has no wiki summary.
1
vote
2answers
135 views
Open SP.UI.ModalDialog within another ModalDialog
Can I open SP.UI.ModalDialog within another ModalDialog?
I mean, I can, and opening works fine. What does not work, is closing second dialog. Neither default buttons for maximizing and closing window ...
1
vote
1answer
61 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
0answers
63 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
1answer
366 views
“Ribbon.Read” has not been made available for this page or does not exist
I have created a link to open up a new page in a model form.
I get this error but I dont know how to fix this
The Ribbon Tab with id: "Ribbon.Read" has not been made available for this page or does ...
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 ...
1
vote
1answer
392 views
SP2010 Passing Value to New Item Form Modal using Client Object Model/SPD
Beginner. I have a list form that opens from page using SP.UI.ModalDialog. The form is to represent entries into a description list based on ID from parent list. The page has tabs that allow user to ...
1
vote
1answer
1k views
Show Ribbon in modal dialogs
In the current project, they applied some branding, and for some reason the ribbon is hidden in modal dialogs like when creating a discussion board, task or any list item.
I cant find how they hide ...
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
2answers
6k views
SharePoint Modal Help - pass value back to parent when closing
I'm using SharePoint Modals within my implementation, I've used these before and have basic experience with them. I do as much work as possible in C# and use JS where I have too :-)
My current ...
0
votes
2answers
25 views
How to hide “Save” button on the MS Dialogue (pop-up) Ribbon?
I want to hide the "Save" button in the pop-up window which appears when we add new item.
I tried using javascript getElementById to hide in NewForm.aspx page but it didn't work.
Update:
I ...
0
votes
1answer
30 views
How to change the button text of MS Dialog Pop-up?
I have an event calender. When people add events to it, a workflow is started automatically. When they click add a pop-up appears. I want to change the button text from "Save" to "Request". How can it ...
0
votes
1answer
39 views
Getting zoneIDs easily and consistently?
I am working on a sort of app store, where a modaldialog pops up and shows a list of web parts that can be added to the page. The real issue is when I want to add a web part to the page; the ...
0
votes
2answers
1k views
Open page as modal dialog from ecb
When I click manage permission button in ecb menu in a list a new user.aspx page is opened. I want to open this page in modal dialog. How can I do it? I know about msdn and this solutions, but the ...
0
votes
1answer
305 views
AllItems View of Query String: can I group using value in query string?
Can I somehow how a query string to show a group of documents within a given library. Not one single item, but the AllItems like view. So within the library I have a grouping type of id value in a ...
0
votes
3answers
395 views
Modal Dialog lose state after postback
I have a master detail kind of scenario. The detail (edit form) will be open in a Modal Dialog according to the setting below
function OpenDialog(pageUrl, title) {
var fullUrl = relativeUrl ...
0
votes
1answer
388 views
Modal dialog window is not fully closed after clicking OK/Cancel on the list edit form
The edit form is opened through a link. Once the user click this link, the edit form for the list will be opened as a modal dialog. Any changes done are saved but the modal dialog is not closed ...
0
votes
1answer
47 views
Modal Popup wont popup unless page is checked out?
I have a strange situation whereby I have written my own code to open a modal popup window as shown below:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ...
0
votes
2answers
59 views
Redirecting to a new web page after adding a new item in the list
After clicking "Save" button in the pop-up (for adding a list item), I want to redirect to a page to show them a message "Success" or at least an alert window called "Success"?
How can it be ...
0
votes
3answers
114 views
How to hide the header of Upload Document Dialog? [duplicate]
I am trying to get rid of the master page header that appears on the Upload Document popup. How can I accomplish that? Is there any specific css classes that I can use?
When I view the page source ...
0
votes
1answer
125 views
How to change the style of Upload Document Dialog box?
I am building a SharePoint 2010 intranet. I want to get rid of the master page heading in the popup dialog box (Upload document and display other things). How can I get rid off the master page heading ...
0
votes
1answer
189 views
How to deploy custom context menu item?
I made a custom SharePoint application page and now I want to open it from edit control block (item context menu). My XML won't compile because it is telling me that I have illegal characters in the ...
0
votes
2answers
232 views
How to send dynamic parameters in url of sharepoint modal dialog options
I have the following code for the javascript modal popup.
function ShowSearchBox() {
var options = {
title: "Search Here",
width: 760,
height: 380,
url: ...
0
votes
1answer
119 views
Custom ribbon button on 'Edit Properties' dialog box ribbon?
In a nutshell - I would like a button somewhere on the ribbon (custom action?) that, when clicked, will form a string which includes the current web's ID and the list item ID.
How do I go about ...
0
votes
1answer
103 views
Modal Dialog containing a webpart
My ideal situation is to have a "Preview" option available for subsites. I thought perhaps a good way of doing this would be to have a modal dialog pop up containing some of the subsite's information, ...
0
votes
1answer
92 views
Change dialogWidth and dialogHeight's values
The calendar web part is too wide and want to change dialogWidth and dialogHeight's values from 500px to 300px.
Is it possible to change dialogWidth and dialogHeight of a web part like changing the ...
0
votes
2answers
480 views
How can i get ModalDialog.args in aspx-page codebehind?
I have a button, that opens Modal Dialog using SP.UI.ModalDialog.showModalDialog(options)
Options contains field "args".
I can read this "args" using window.frameElement.dialogArgs in javascript code ...
0
votes
1answer
424 views
use jQuery Modal instead of SharePoint modal
So I understand this is a strange question, but is there a way to use content displayed in a SharePoint modal, in a jQuery modal instead. I like the styling jQuery offers, but the SharePoint modal ...
0
votes
1answer
673 views
Need Sharepoint like modal pop-up window
I need to show Sharepoint 2010 like pop-up window when clicked on a link in grid view. Once the modal pop-up displayed and user selected the Save button data base should be updated with given values ...
0
votes
1answer
936 views
SPLongOperation only starts at operation end
I'm using an AppPage showed up in a ModalDialog and when I click on a button action I try to start a SPLongOperation process, but it only shows the processing panel right before it ends.
here is the ...
0
votes
1answer
630 views
Modal Dialog Not Auto-Resizing in Firefox
I am working a custom master page. For some reason, the modal popups do not resize consistently in different browsers. The worst offender is Firefox, which renders the modal popup with no height. All ...
0
votes
1answer
273 views
SP2010 Foundation Modal Pop Up not working for a list
I just upgraded wss 3.0 site to sp2010 foundation. Upgrade went fine without any problems. When i was testing the new system i can into a problem with a custom list. When i click add new item in a ...
0
votes
0answers
59 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
1answer
27 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
0answers
28 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
1answer
55 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
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
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
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
3answers
3k views
Open modal dialog from code behind
I have a grid where you can select items, a drop down and a button. You can select an action from the dropdown and the click the button to open the modal dialog.
I need to put the id of the selected ...
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
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
...
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. ...