Tag Info

New answers tagged

0

If I'm not wrong you can find this function into C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS{LCID} folder. There is the init.js and init.debug.js. Of course, you will have these files for each language that is installed to your environment. But I do not recommend you to make changes in these files, because these ...


0

Please, check this question: List Save Button Directing to Another Page. Good way to redirect to custom page after save is to use RedirectUrl property of SaveButton control.


1

edit NewItem.aspx and EditItem.aspx page in SPD and replace Save button to this: <input type="button" value="Save" name="Save" onclick="{ddwrt:GenFireServerEvent('__commit;__redirect={PathOfYourConfirmPage.aspx}')} " />


1

Could you please verify how many times you have set an alert on a library? It is possible you have created the same alert 3 times on a library causing you to receive the alert 3 times. In the top right click on you username > My Settings > My Alerts Thank you for your feedback.


3

I did something like this for a client. My solution was made a web service. By this web service I was able to make an AJAX call and create an Alert code behind.


3

There is no built in way via the SharePoint JavaScript Object Model according to my research. Likely you will have to build your JavaScript to work with the SharePoint 2010 Alerts Web Service: http://msdn.microsoft.com/en-us/library/websvcalerts(v=office.14).aspx using JQuery or whatever framework calls from JavaScript on your page.



Top 50 recent answers are included