New Post: how to use SPServices in a custom aspx page(Not sharepoint page)
thanks ptavares.Sorry for asking :( This app is going to be in the same domain. Just wanted to know if it cane be done
View ArticleNew Post: SPFindPeoplePicker not working with FF or Chrome
I'm using Jquery version 1.11, SPServices ver. 2014.01, IE ver. 11.0, FF ver. 28.0 and Chrome ver. 33.0. Everything is working as expected in IE but not in FF or Chrome. I'm attempting to assign the...
View ArticleNew Post: how to use SPServices in a custom aspx page(Not sharepoint page)
Ahh. So, in the same domain you should be able to use SP's WebServices, and possibly even SPServices library. I thought I saw some post here a few months ago from someone that did it. I think they had...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Is it possible to create a cascading drop down that is dependent on multiple parent fields. For example. I have a lookup to a list of cars. Each car has a list of other properties, Color, Sunroof,...
View ArticleNew Post: Just want to know if SP Services' Cascading Dropdown Function works...
Hi Guys, It's been a while since I tried using Java on a SharePoint form. I've recently created a form where certain rows in the form are hidden using jquery. I've googled and modified a code I found...
View ArticleNew Post: Spservices getlist items not working when called over web to html page
Hi, I have an 2 pages that are using the same GetListItems and SPGetListItemsJson calls in a referenced .js. file. One is a standard .aspx that has a master page and another is a standalone html page....
View ArticleNew Post: Spservices getlist items not working when called over web to html page
Are you getting any errors in the console? Also, do you actually see the WebServices calls being made to the server? -- Paul T.-- Sent from Mobile
View ArticleNew Post: Lists.asmx 401 cross subdomain, farm admin works
Farm admin can succesfuly updatelistitems using spservices, but any other user receives 401. I tried nearly everything, (disableloopbackcheck) but cannot seem to find the problem. If the ajax call is...
View ArticleNew Post: Lists.asmx 401 cross subdomain, farm admin works
I'm surprised that you claim this works for site admin. Specially when the http header above statesX-FRAME-OPTIONS: SAMEORIGIN Type of account should not matter in most cross-domain issues because they...
View ArticleNew Post: SPCascadeDropdowns - show all children when parent empty?
When using the SPCascadeDropdown, is there a way to have the child dropdown show all possible values when the parent value is blank? Fantastic suite of functions. Thanks for all of your obvious hard work!
View ArticleNew Post: SPCascadeDropdowns - show all children when parent empty?
Short answer: no. Longer answer: the reason for this is that it would give the user the ability to circumvent the relationship, which would defeat the whole purpose. You're welcome! M.
View ArticleNew Post: SPCascadeDropdowns - show all children when parent empty?
Thanks for the prompt reply. This reason makes complete sense. I'm sure you gleaned this from my question, but I'd like to enforce the relationship when the user chooses a parent, but allow the...
View ArticleNew Post: SPCascadeDropdowns - show all children when parent empty?
You could try not invoking the SPCascadeDropdown function until the user selects a parent value. Once you do invoke it, it can't be turned off. M.
View ArticleNew Post: SPCascadeDropdowns - show all children when parent empty?
That's an interesting idea. I'll have to give some thought as to how much flexibility I really need in the interface. I'll reply here if I come up with anything extra creative. Thanks for your help.John
View ArticleNew Post: Task list hierarchies?
Hi, I'm trying to make a web page using JQuery and SPServices that walked through a Sharepoint 2013 Task List, and display it in a specialized HTML table. I can get to the task name, assignee, etc,...
View ArticleNew Post: Spservices getlist items not working when called over web to html page
Hi, thanks for the quick reply.Took me a while to get back to this because I had to access from a different location.Looks like a https vs http issue. I am getting this error in console on a few of the...
View ArticleNew Post: Spservices getlist items not working when called over web to html page
Ok. So this is progress. Can you post your code that is calling SPServices and causing these errors? That is needed to narrow down the method.SPServices should be honoring the current page protocol and...
View ArticleNew Post: Spservices getlist items not working when called over web to html page
I just checked and nowhere that I can see in SPServices am I specifying the protocol. I do use http in the namespaces, but that's cool. My guess is that the webURL is specified with the protocol? You...
View ArticleNew Post: Spservices getlist items not working when called over web to html page
That's what I was thinking too Marc. Looking at his code will hopefully clarify that.What was not sure about: when SPGetCurrentSite() can determine the current web URL based on js variables (which is...
View ArticleNew Post: Spservices getlist items not working when called over web to html page
Yup: url: "/_vti_bin/Webs.asmx",M.
View Article