Tagged Questions
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
...
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
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 ...
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 ...
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
3answers
219 views
Is this the best way to open a dialog for a custom page?
I did some looking around and I was planning on creating the following js function to open a custom page in a dialog:
//Handle the DialogCallback callback
function ...
2
votes
1answer
177 views
Strange behavior opening items from view after upgrade SP1 2010
After installation of SP1 for SP2010, the items in libraries no longer displayed in a dialog. On the list is indicated that the items should be displayed in a dialog.
After research I found out when ...