The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
342 views

(Sandbox solution) Ensure my javascript file is loaded after core.js

Using a CustomAction in the location of a scriptlink, I'm inserting a javascript code, however I need this code to run after core.js runs. Does anyone know how I can achieve this? My CustomAction ...
0
votes
1answer
151 views

Where to find a complete list of document action functions in JS

I'm tasked with taking an inventory of all document action functions in core.js Is there a list somewhere online that provides a list of all user options from a document list menu? [If I can get it ...
3
votes
3answers
696 views

Errors after removing core.js

I am building a master page for a public facing website, and I have removed core.js for better performance. The issue is that I am now getting a bunch of errors because functions are absent. This ...
1
vote
1answer
465 views

Where can I find the permission details for the HasRights javascript call in core.js?

I am writing JavaScript that will show a menu item for the document ECB menu in a SharePoint document library. I want to only show the item if the current user has the ability to edit the item. It ...