New Comment on "$().SPServices.SPFindPeoplePicker"
Marc, Using this method and the 'checkNames' option set to 'true', how would you actually capture if checkNames failed? Thanks in advance. Tom
View ArticleNew Post: SPCascadeDropdowns Error on Save
Well...I'm not sure exactly what was wrong, but after exhausting all my other options I rebuilt the entire thing and it magically worked. Potentially what may have happened is I changed a list name or...
View ArticleNew Post: SPCascadeDropdowns Error on Save
Glad you got it sorted out. I guess we'll never know. M.
View ArticleNew Post: JQuery Deferred compatibility
Yes. The SPServices calls use jQuery.ajax underneath the covers, do they not? You can simply return the jqXHR object rather than discarding it (which is what happens currently). My understanding is...
View ArticleNew Post: SPCascadeDropdowns Error on Save
Actually, I believe I may have figured it out when repopulating my lists. When I started out I had 40+ items in my subcategory list and this was causing the function to do nothing at all. My first...
View ArticleNew Post: Query A ProjectProperty With GetListItems
I just tried your code above, and I don't see the ProjectProperty coming back, either. M.
View ArticleNew Post: JQuery Deferred compatibility
Do you have any use cases you can explain to me? I'm trying to understand what you're lokoing for as an implementation and why you need it. M.
View ArticleNew Post: JQuery Deferred compatibility
.done() was just an example. A much more important use is being able to schedule something to happen upon completion of two or more asynchronous requests have been fired off. See...
View ArticleNew Post: Query A ProjectProperty With GetListItems
If I wanted to get the name of a Site does that functionality exist in SPServices?
View ArticleNew Post: Query A ProjectProperty With GetListItems
Take a look at GetWeb. It gives you the Web's Title and Descriptionhttp://spservices.codeplex.com/wikipage?title=Webs&referringTitle=%24%28%29.SPServices M.
View ArticleNew Post: JQuery Deferred compatibility
@MgSam Although I agree that having SPServices calls return a Deferred .promise() would be helpful, I don't agree that it should be the default behavior (should @sympmarc decide to implement it)......
View ArticleNew Post: Global Navigation across site collections (Peter Allen's) solution...
Well, at least you made progress. You should always looks at the solutions you find on the Web as starting points. Some are better than others, and rarely will they meet your full requirements. They'll...
View ArticleNew Post: JQuery Deferred compatibility
Thanks Paul. This example is helpful. I still think it would simplify things a lot to simply get the underlying jqXHR object though. My biggest issue with this method is the requirement of calling...
View ArticleNew Post: JQuery Deferred compatibility
I'd still like to get a better handle on the use cases. What business requirements would this help you to fulfill better than the way SPServices works now? M.
View ArticleNew Post: JQuery Deferred compatibility
Ok, so to be more specific about use cases, I have a control which fires off AJAX requests using SPServices for data about a list schema, about content types, and about items in various other lists....
View ArticleUpdated Wiki: $().SPServices.Version
Function $().SPServices.Version Functionality Returns the current SPServices version as a string. Syntax var thisVersion = $().SPServices.Version();
View ArticleUpdated Wiki: $().SPServices.defaults
Function $().SPServices.defaults Functionality Using the defaults object, you can set the defaults for the remainder of the page life. This can be useful if you'd like to make many calls into the...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View Article