Paul T.
Paul T.
do you literally mean 1 file? because the built jquery.SPServices.js file already is AMD compliant... I was thinking about the Advanced user who may want fine control over which specific...
close, but that will not work.. :) it will load the individual files from src/ folder... I think what you want is this (Warning: untested): ``` var app = requirejs.config({...
As Mark indicated - it is not valid for the legacy SOAP API which SPServices still uses to interact with SharePoint. You are correct that it is ok for CSOM...
You need to build it as a SOAP request (XML) and I think the method that needs to be used is the GetListItems... Here are some links that might help...
- What have you done to debug? - are there any errors in the console? If so: follow the stack tree to find the root cause calling code. - is...
I remember having similar issue in the past. This is really a "Why Sharepoint" and less about SPServices. As Marc indicated, when you define a query, Sharepoint will not use...
WebDAV is a pain. It still works for me when I'm connected to a SP2010 system but not for SP2013. Your changes look good. I think I initially had forward...
That stopped working form me when I got my new PC (win8.1). For the most part: OneDrive has been ok. But good to know WebDAV is still an option. Paul...
I heard about spsave from one of the NJ SP Meetup (Tom Daly) and bookmarked it to maybe revisit in the future. Interested in what you Julie come up with. ...
Unless Marc has changed something in SPServices to work with the REST end points, I don' thtink what you are requesting is possible... SPServices API methods use the old/deprecated (but...