
Author: Alexander Bautz


Custom form for adding list item with attachments
Change log March 6, 2018 Clarified the setup instructions as suggested by Rob Mason. April 5. 2014 Updated to v1.1: Fixed a bug where “args.listBaseUrl” was missing in the function “submitFile”. This...

Collect feedback from pages or list items
Change log February 07. 2015 Updated to v1.3: Fixed a bug introduced in v1.1. When triggering this from a list item, you ended up with two entries for “itemID” in the URL....

Make field read-only for other than the author
I got this request from @f_Techno: @SPJavaScripts hello Alexander, I have task list in sps 2010. I want to dim DueDate after create the task. No one should change it except me....

SPJS Upload for SharePoint: Custom upload page for uploading documents to various document libraries in a site collection
Change log August 04, 2016 New version that supports opening the EditForm after upload. This can be controlled with a variable: // Go to EditForm after upload var showEditFormAfterUpload = true; Set...

List view: Preview item on hover
Change log June 1, 2014 Updated to v1.38: Added “URL” and “Image” as “type” in the fieldData section of the configuration (for use with field of type Hyperlink or Image). Tidied up...

SharePoint 2013 with IE11: L_Menu_BaseUrl and L_Menu_LCID are undefined
In many of my solutions I have used two variables (L_Menu_BaseUrl and L_Menu_LCID) that SharePoint provides trough the master page. Unfortunately these variables disappeared when I updated to IE 11, thus halting...

Build a Site Map for SPJS Charts for SharePoint
Change log January 1. 2014 v1.2 has these changes: Fixed bug where the string representing the “tile” in the org chart exceeds 255 characters and thus halting the script. This is fixes...