Updated Release: SPServices 2013.01 (Mar 01, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2013.01 (Mar 01, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleReleased: SPServices 2013.01 (Mar 01, 2013)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleNew Post: New to SPCascadeDropdowns
Hello, new to using this and JQuery in general. I have verified through alerts that SPServices is accessble. I have two lists: Department with one column "Title" Topics with two columns "Title" and...
View ArticleNew Post: New to SPCascadeDropdowns
Ryan: It looks fine to me. I'm guessing that your lists aren't set up right somehow. You're calling this in a third list's form page (NewForm or EditForm), right?$(document).ready(function() {...
View ArticleNew Comment on "$().SPServices.SPUpdateMultipleListItems"
valuepairs:[["Status","Inactive"]] is not working if Status is Multiple Lines item... Any solution towards this is gr8ly appreciated....
View ArticleNew Post: How to use retrieved SP list item in page text
They say there are no stupid questions, so here goes. I'm a little fuzzy on how to use retrieved list items. In a CEWP, after I retrieve an item from a SP list and assign it to a var, is it possible...
View ArticleNew Post: Treeview from MOSS 2007 List
@PaulM22 You are on the right track. Since you are getting items back from the list, you now have to format them in a way that you'd like for them to display. You'll want to do that by building up on...
View ArticleNew Post: How to use retrieved SP list item in page text
Adapting from the GetListItems documentation here, you can do something like this:<script type="text/javascript" src="filelink/jquery-1.7.2.min.js"></script> <script...
View ArticleCommented Task: Implement check for _spPageContextInfo [10126]
In SharePoint 2010, we have a variable called _spPageContextInfo that provides current context information. We can use this to obtain the current site, user, etc.See John Liu's...
View ArticleCommented Task: Implement check for _spPageContextInfo [10126]
In SharePoint 2010, we have a variable called _spPageContextInfo that provides current context information. We can use this to obtain the current site, user, etc.See John Liu's...
View ArticleNew Post: "_spUserId is undefined" error when including the ALPHA
I am catching "_spUserId is undefined" when including the ALPHA in an HTML page in document library and loading HTML page in browser.<script type="text/javascript"...
View ArticleNew Post: "_spUserId is undefined" error when including the ALPHA
garynetxsl,That variable is defined by the SharePoint JavaScript modules: either init.js or core.js (I don't recall for sure which right now).So if are simply including SPServices in a plain HTML file,...
View ArticleNew Post: "_spUserId is undefined" error when including the ALPHA
0.7.2 did not fail on load though, and I can subsequently make calls to SPServices operations on plain HTML page served from document library. Can SPServicesContext() include try blocks in case script...
View ArticleNew Post: "_spUserId is undefined" error when including the ALPHA
Hmmm. Maybe that's one if the new items Marc is working on. Lets see what he says.Good luck. _____PaulSent from mobile device.
View ArticleNew Post: "_spUserId is undefined" error when including the ALPHA
Gary: You may have seen problems in a plain HTML file if you tried to do anything with the current user in v0.7.2, too. SPServices expects to be used in a SharePoint page, but I can certainly put a...
View ArticleNew Post: "_spUserId is undefined" error when including the ALPHA
function SPServicesContext() { // SharePoint 2010 gives us a context variable if(typeof _spPageContextInfo !== "undefined") { this.thisSite = _spPageContextInfo.webServerRelativeUrl; this.thisList =...
View ArticleNew Post: "_spUserId is undefined" error when including the ALPHA
Cool. Thanks for the patch, Marc.
View ArticleCreated Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View Article