Translate choice column values in NewForm, DispForm and EditForm
Change log 25.02.2013 Updated the code and changed the variable “fields” to “localizeFields” to avoid interference with other scripts. I got a request for a solution for translating choice column...
View ArticleDynamic Forms for SharePoint: Now with support for SharePoint 2013
Change log March 19. 2013 v2.81 fixes a bug occurring when you set a boolean column as required. March 01. 2013 I have released v2.8 with some new features, and a few bugfixes. New features: Add the...
View ArticleThe SharePoint JavaScripts blog has been moved to a new server
Hi all followers! I have decided to move the blog from wordpress.com to a self-hosted WordPress server for better control. To ensure your receive email notifications when I post new articles, please...
View ArticleProblem with posting comments
Something is broken and it’s not possible to post comments. I’ll try to fix it later tonight. Alexander
View ArticleProblem with posting comments is resolved
The problems with posting comments have now been fixed – let the comments come! Alexander
View ArticleComplete archives
Hi all, To view a complete archive of all posts, visit this page Alexander
View ArticleSPJS Charts for SharePoint: Export to Excel and SP2013 support
A few months ago I received this email from Aymeric: Hi Alexander, I’ve created a JS API to use with Sharepoint. You may want to have a look at it: http://aymkdn.github.com/SharepointPlus/ I think this...
View ArticlevLookup now supports SharePoint 2013
I have upgraded the vLookup solution to support SharePoint 2013. I have not dissected SP2013 fully, and therefore you might find some bugs regarding the SP2013 support. Please post any bugs or...
View ArticleDynamic Forms for SharePoint: Now with side-by-side
Change log March 29. 2013 Bugfixes in v2.91: Fixed bug in side-by-side functionality regarding the “fields” not getting the correct fieldtype and fielddispname attributes. Fixed bug where the field...
View ArticleSharePoint form: present fields side-by-side: Updated version
I have previously posted a solution for presenting form fields side-by-side. This is an updated version derived from the DFFS project. I have made this updated version by request from Steve Eberl...
View ArticleDynamic Forms for SharePoint: Now with field tooltip
Change log May 10. 2013 Changes in v2.96 Disabled the solution when the page is in edit mode to prevent errors. Fixed a glitch in “reversing” rules when using multichoice checkboxes. Attempted to fix a...
View ArticleOpen PDF files in a maximized dialog
I got a request from Brett Anderson regarding a solution for opening PDF files in a maximized dialog window in SharePoint 2010. This code will most likely work in SharePoint 2013, but it has not been...
View ArticleCustomized forms using SharePoint Designer – how to use the init_fields function
Change log June 27. 2013 I have changed the function “init_fields_customForm()” to properly set the “fieldType” and “fieldDispName” in the fields object. This is a repost of a previously published...
View ArticleTranslate SharepPoint form field label and description by a dropdown select
I got this request from Mary Larson for a solution to translating a SharePoint 2010 form in 20+ languages by the selection of a desired language in a dropdown select. I guess installing all these...
View ArticleRemove click events and disable anchor tags in a SP2010 calendar view
I got a request from Larry Pfaff: …Can all the links be disabled on a calendar view and allow navigation between months for sp 2010? A bit back and forth between Larry and me produced this code:...
View ArticleDynamic Forms for SharePoint v3
Change log August 12. 2013 v3.01 fixes a bug preventing the user from saving the first time the configuration is added. August 13. 2013 Second attempt with v3.02: fixes a bug preventing the user from...
View Articlespjs-utility.js v1.17
Change log August 21. 2013 I had a mixup in the files and uploaded v1.17 in stead of v1.171. You will have to download v1.171 again. Sorry for the inconvenience. August 20. 2013 In v1.171 i have fixed...
View ArticlevLookup for SharePoint 2013 v1.5
This solution lets you create relationships between two or more lists based on for example a lookup column connection. You can list all children in the parent element (the children has a lookup column...
View ArticleConvert text fields to cascading dropdowns – unlimited number of levels
This solution lets you convert multiple single line textfields to cascading dropdowns populated by a query into another list that holds the data. I’m reusing these two images from a previous article in...
View ArticleSPJS Charts for SharePoint v4
Change log November 7. 2013 Fixed small bug where”No items found” is repeated if you filter the chart and you get 0 items returned two or more consecutive queries. Org chart now supports this format in...
View Article