Skip to content

Instantly share code, notes, and snippets.

@vgrem
Created August 17, 2013 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgrem/6258576 to your computer and use it in GitHub Desktop.
Save vgrem/6258576 to your computer and use it in GitHub Desktop.
Additional properties for ContextInfo to be utilized in Calendar List View
//Additional properties for ContextInfo () to be utilized in Calendar List View
//Specify actions navigate to the full page
var ContextInfo = (function() {
var ContextInfo_Orig = ContextInfo;
return function() {
ContextInfo_Orig();
this.NavigateForFormsPages = true; // Set navigate to the full page for list forms links
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment