The modal-dialog tag has no wiki summary.
2
votes
1answer
168 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 ...
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 ...
4
votes
0answers
70 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 ...
3
votes
3answers
2k views
Rich Text fields in New Item Dialog - IE9
I had an issue with a number of things due to upgrading my web application's master page to utilize IE9 for HTML 5 and CSS 3 goodies. The problem is this breaks a LOT of things in SharePoint 2010.
...
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, ...
2
votes
1answer
386 views
Pass values to default NewForm.aspx
I need to pass values from my list-view (calendar) to the default newform.aspx. As you propably know, you can click the "add" button on a day within the calendar view. Then the day get's automaticly ...
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
1answer
94 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
0answers
313 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 ...
3
votes
2answers
1k views
How to modify width of standard dialog form sharepoint 2010
Please, help me!
I need to modify width of standard dialog form for adding element into library.
If I click to ribbon button for adding element, form opened with width=402px:
<div ...
0
votes
1answer
182 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
...
7
votes
2answers
4k views
SP.UI.ModalDialog.showModalDialog using the html option
http://msdn.microsoft.com/en-us/library/ff410058.aspx says that you can use the option html to display html text in a modal.
I have a string like this;
var html = ...
0
votes
1answer
308 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 ...
1
vote
1answer
338 views
Upload.aspx auto check/uncheck option to overwrite files from client side js/jquery
So if I reference the upload.aspx with guid, show that dialog from a link or something from a page, is there anyway I can get to the elements of that form? I only have javascript/jquery and designer ...
2
votes
2answers
590 views
Can't get a basic Modal to work on 2010
I'm migrating a project from SP2007 to SP2010. I want to get a modal popup to work, to open up the New Item window of a list from an aspx page. I can't get the modal to work in the most basic example, ...
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 ...
2
votes
1answer
1k views
SharePoint Modal for Document Upload: changing the Dialog options for Edit Form
So I am using the Upload.aspx for doc lib with GUID in order to have Upload at a custom spot on a page. I think its the edit form that pops up right after you upload a document to add the metadata. ...
2
votes
3answers
926 views
Prefilling field in NewForm.aspx in modal popup
I have a listview setup on my page which shows orders from an orderlist. Works great. Now I want to add a column which displays an icon. When the user clicks this icon, the NewForm.aspx page from ...
0
votes
1answer
427 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 ...
1
vote
1answer
108 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 ...
2
votes
2answers
1k views
Content Types “Link to document” and open in Dialog
I have a new Document Library and have added the content type "link to a document" to the library. Somehow when I create a new "link to a document" item in the library the dialog won't open. Instead ...
4
votes
4answers
3k views
Sharepoint 2010 Modal Dialog Box is cropped
I am working on SharePoint 2010 project with custom master page. I am having this problem where contents on my modal dialog box is cut off (see below).
I have spent hours googling and using firebug ...
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
1answer
192 views
Disable modal dialog in view with group by
I'm creating a solution using SharePoint 2010 that contains a list (list1) with a lookup column (list2_column) to another list (list2). The main view for list1 is grouped by list2_column. Both lists ...
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
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 ...
2
votes
1answer
2k views
Close modal dialog and redirect to previous page with parameter
I have opened up a page in a modal dialog by using
OpenPopUpPage('myPage.aspx')
The page contains a button. Clicking on the button should cause the modal dialog to close, perform some server side ...
4
votes
3answers
3k views
Open a different page within a modal dialog
On button click i am opening maodal popup and containing a custom webpart.
The custom webpart inside modal popup has a button, on click of this i want to open another modal popup but while doing this ...
2
votes
1answer
249 views
Globally intercept dialog close?
I have on a home page of one application a list view webpart. When a user click on the item title, a modal dialog is displayed to display the item.
Is it possible to intercept the closing of the ...
0
votes
3answers
3k views
SharePoint parent page refresh on close of Modal Dialog, IE issue
I have a Webpage in which two webparts are installed. This is a system wherin user can make holiday request and manager can approve or reject.
In 1st webpart The holiday requested by a user is shown ...
1
vote
1answer
395 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 ...
0
votes
0answers
313 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 = ...
2
votes
2answers
4k views
SP2010 Using Modal Dialog for Forms : Beginner Questions
So I am trying to figure out how to use some java script in order to use a modal dialog to display new item form. The below is what I have thus far, but its not working and I am not sure what portion ...
4
votes
4answers
2k views
Detect if modal dialog box
Is there a way to detect using sp.js or jquery to detect if the current context is in a modal dialog box?
Im not sure I explained that right, so here is a situation:
We have a branded system master ...
3
votes
2answers
2k views
Possible to close a Modal Dialog from code behind?
I am popping up a Custom Application Page using a call to SP.UI.ModalDialog.showModalDialog. Is there a way that I can close the dialog from the code behind after a user clicks a button?
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 ...
2
votes
2answers
103 views
Are the pop-ups in 2010 enforced?
I'm not a fan of the popup list add/edit dialogs to add content in 2010, is there an alternative UI, or is this something I have to get used to?
1
vote
1answer
102 views
Is there anything that automatically appends &IsDlg=0 to URL's?
We have some custom master pages and coded pages that generate URL's to lead to the profile pages and the log out page, however in some of the Blog pages that we have the Profile and Log Out page ...
1
vote
1answer
968 views
Use existing Modal Popup
i was wondering is there is a way to use existing modal popup already use by the sharepoint site and override their callbacks ?
Thanks
1
vote
1answer
299 views
Using Sharepoint Modal
we are implementing a feature in sharepoint where the user can share documents, we are reworking our own UI to make it easier for the end user. We have a modal popup where you can select multiple ...
3
votes
2answers
1k views
Multiple SharePoint 2010 modal-dialogs
Is it possible to show multiple modal-dialogs above each other?
It should work like this:
1) User clicks link that opens first modal dialog
2) in first modal dialog, user clicks another link that ...
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 ...
0
votes
1answer
632 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 ...
2
votes
2answers
904 views
How to bring a value to SharePoint dialog
How can I bring a value to SharePoint Dialog to bind data.
I call the dialog like this
<input type="button" value="<%#((DataRowView)Container.DataItem)["Id"] %>" ...
1
vote
1answer
825 views
Customize Sharepoint 2010 Ribbon in Dialog ONLY
In the screenshoot below I pasted the Dialog of the NEW ITEM on top of our website.
The ribbon bar selected in red, we want to change it, but it should be different to the ribbon bar in the normal ...
2
votes
1answer
236 views
Set the Column Value when show the NewListForm.aspx using SP.UI.ModalDialog.showModalDialog()
i want to set the selected SPList Title value when show the NewListForm.aspx using SP.UI.ModalDialog.showModalDialog(), could anyone help me to resolve this issue please?
0
votes
1answer
275 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 ...
4
votes
1answer
2k views
Open modal dialog from code-behind with parameters
What I need to do is to open an aspx-page in a modal dialog when the user clicks on a asp:button.
Currently I'm doing this:
(Markup)
<asp:Button runat="server" ID="TestButton" Text="Add ...
1
vote
0answers
204 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. ...