The modal-dialog tag has no wiki summary.
2
votes
0answers
28 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 = ...
0
votes
0answers
42 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
21 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 ...
2
votes
3answers
127 views
Detect Modal Dialog Close with JQuery
In my application, I am trying to hide scrollbars in the parent window when a modal dialog is opened...
I've added this to my Master Page:
$(function(){
if(window.frameElement != null)
{
...
0
votes
1answer
13 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" ...
1
vote
2answers
81 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
47 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
23 views
what is delete command for sharepoint menuitemtemplate
MenuTemplate menuTemplate = new MenuTemplate();
menuItem = new MenuItemTemplate("Delete document", "/_layouts/images/delete.gif");
menuItem.ClientOnClickScript = ""; // What should I put ...
0
votes
0answers
18 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
43 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:
...
2
votes
1answer
159 views
Open workflow initiation form in modal dialog
Currently when I click on a custom action to run a workflow on a selected item the browswer navigates away from the current page to display the initiation form. This wouldn't be a such a problem ...
6
votes
1answer
192 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 ...
1
vote
0answers
62 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
75 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, ...
2
votes
2answers
168 views
Open a modal from a link in wiki-site: Sharepoint removes javascript
so I tried to add a little horizontal menu to a wiki-site and wanted one of the links to open in a modal Dialog (a contact form). Every time I try to add it about the UI, sharepoint removes the link. ...