Tagged Questions
1
vote
0answers
216 views
Close window after save editform with Drop off library
I have a problem with closing my explorer window from the SharePoint 2010 listitem editform.
I am opening a new explorer window from Outlook. In this window I open the editform from the ...
1
vote
1answer
145 views
Possible to have a SPRibbonPostbackCommand and SPRibbonCommand at the same time?
I'm happily using SPRibbonPostBackCommand to a custom save button. It generates a Postback and everything is fine and dandy.
Previously to generating a Postback I would like to make one Javascript ...
2
votes
3answers
2k views
Set SP.UI.Status or SP.UI.Notify at PostBack
I use in my web part a Session[""] and would like to notify the user when the session is expired. I check at the PostBack event if the session is already okay, if not, I will execute a JS function ...