Quantcast
Channel: jQuery Library for SharePoint Web Services
Browsing all 6517 articles
Browse latest View live
↧

New Post: Unable to save form using GetListItems with SPServices

Please post the code that populates the select fields. _____PaulSent from mobile device.

View Article


New Post: Unable to save form using GetListItems with SPServices

You can't add arbitrary values to a dropdown once the form page has loaded. The form digest will only aloow you to select values which existed when the page originally loaded. Also, because you are...

View Article


Updated Wiki: Webs

Function$().SPServicesWeb ServiceWebsSupported OperationsOperation Options MSDN Documentation Introduced CreateContentType[webURL], displayName, parentType, newFields,...

View Article

Updated Wiki: WebUrlFromPageUrl

Function$().SPServicesWeb ServiceWebsOperationWebUrlFromPageUrlExamplevar thisWeb; $().SPServices({ operation: "WebUrlFromPageUrl", pageURL: ((location.href.indexOf("?") > 0) ?...

View Article

Updated Wiki: WebUrlFromPageUrl

Function$().SPServicesWeb ServiceWebsOperationWebUrlFromPageUrlExamplevar thisWeb; $().SPServices({ operation: "WebUrlFromPageUrl", pageURL: ((location.href.indexOf("?") > 0) ?...

View Article


New Post: Document Descriptions empty in Search results using Query

Sorry I didn't get back to you faster on this. I believe that the Query Web Services is only going to pass back values for Managed Properties. You can specify which you'd like returned like so:var...

View Article

New Post: SPArrangeChoices rearranges correctly but post back isn't sending...

This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

View Article

New Post: SPDisplayRelatedInfo not working with matchOnId: true

You beat me to it. I built the SPDisplayRelatedInfo function only to work with Lookup columns (dropdowns). It sounds like you are trying to use it a different way? M.

View Article


New Post: SPDisplayRelatedInfo not working with matchOnId: true

'Event' is a lookup column. It looks up 'Title' from the list "Calendar." So, it will store data in the form "7:#MyEvent." When I choose matchOnId: false, the query parameter is "MyEvent" and when I...

View Article


New Post: SPDisplayRelatedInfo not working with matchOnId: true

As they say around here: "light dawns on Marblehead". I see what you're talking about, and I've got a bug. Your fix above is right. Fixing... M.

View Article

New Post: SPDisplayRelatedInfo not working with matchOnId: true

It's a little more complicated, of course, but still I'm fixing it. M.

View Article

Created Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]

From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...

View Article

New Post: SPDisplayRelatedInfo not working with matchOnId: true

This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

View Article


Commented Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]

From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...

View Article

New Post: Displaying List Items In Grid

Hi. I am using SPServices to display a list in a page viewer web part in SharePoint. This works fine and the list items are displayed row by row. I have added an icon to the list in SharePoint which...

View Article


New Post: Can't set a Drop Down Choice Field using UpdateListItems

Hi Marc... Ever since your class on SPServices, I have been using it and loving it. However, I have recently hit a conundrum. I am running SharePoint 2013. I am creating new list items using the...

View Article

New Post: Displaying List Items In Grid

I had to reformat hyour script to see that you hare missing the closing }); (Maybe you can post things a little more clearly in the future.) $(document).ready(function() { $().SPServices({ operation:...

View Article


New Post: Can't set a Drop Down Choice Field using UpdateListItems

I just tested with a Choice column - I rarely use them, preferring to use Lookup columns instead - and it's a simple matter of setting to the value you want. My column is StateColor with choices [Red |...

View Article

New Post: Displaying List Items In Grid

Hi Marc, I actually formated the script as you have done but when I posted it it displayed it all in a mess. :) Sorry about that. The script works so leaving out the closing brackets was a copy n'...

View Article

New Post: Can't set a Drop Down Choice Field using UpdateListItems

Marc, Thanks for your FAST reply. As usual...PEBKAC [problem exists between keyboard and chair]. the issue was simply that the manner in which I was getting the value from the DOM was adding spaces....

View Article
Browsing all 6517 articles
Browse latest View live