New Post: Access-Control-Allow-Origin
Hi! i'm also having this problem, any news? anyone have been able to solve this?
View ArticleNew Post: Treeview from MOSS 2007 List
Thanks Matthew. Some excellent examples. I can see many possibilities using Dynatree, but how do I get the data from a SharePoint list into JSON format and link that into your code? Paul
View ArticleNew Post: Need Help Using UpdateListItems
This looks like a great function to add to SPServices, unless SharePoint 2010+ has it built in. (I'm guessing it doesn't.) Kudos to gkoliver and Nostalgiaplatz. When I take all of the comments...
View ArticleNew Post: Need Help Using UpdateListItems
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Access-Control-Allow-Origin
I'm having a similar issue when trying to access some methods using http://site/subsite instead http://site.domain.com/subsite. Only solved accessing entire (and same) domain or changing AAM on...
View ArticleNew Post: GetGroupCollectionFromUser - user permission
Taffy: Did you get this working? I think it's connected to the comments you left on my blog? M.
View ArticleNew Post: SPDisplayRelatedInfo supporting hyperlinks
Spaces in column names are encoded like so: This_x0020_Column See: http://spservices.codeplex.com/wikipage?title=Glossary&referringTitle=$().SPServices.SPCascadeDropdowns&ANCHOR#StaticName M.
View ArticleNew Post: Treeview from MOSS 2007 List
Unfortunately, I cannot share this code (contract details)... To get the data in JSON format, SPServices has an XML to JSON function or if you are using SP2010 and above, you can use CSOM or REST...
View ArticleNew Post: Dynamic CAMLQuery
Capa: The CAMLQuery is evaluated only upon instantiation of the function, not on each change. M.
View ArticleNew Post: Access-Control-Allow-Origin
Note that the cross-domain thing isn't an SPServices problem, but security baked into the browsers. M.
View ArticleNew Post: Function to sum list column; use sum as variable in...
That error usually indicates that SPServices isn't referenced properly. However, you're running a very old version of jQuery. I'd suggest upgrading to 1.8.x. M.
View ArticleNew Post: Need Help Using UpdateListItems
Great news Marc. I actually had saved off this tread to also reuse the function listed. Even better if it will be in a future version of SPServices. And there lies the value if this library as MS moves...
View ArticleNew Post: Treeview from MOSS 2007 List
Hey Matt. Re: "...web services can't handle folders correctly."Can you say a few more words on this. I might have the need soon to walk a folder structure and thought that I could get a list of folders...
View ArticleNew Post: Treeview from MOSS 2007 List
I was curious about Matt's comment, too. I might require a lot of calls if there are deeply nested folders, but I'm not sure why it wouldn't work. M.
View ArticleNew Post: Forcing CheckName.click() on blur or textarea/input for People Picker
I'd like to chime in on this conversation. I've tried performing the "click" event on the check names icon. Only if the user clicks the icon in the page will the divEntityData div be created from what...
View ArticleNew Post: Forcing CheckName.click() on blur or textarea/input for People Picker
You can wait for years. divEntityData does not get created unless the user physically clicks the check names icon. Doing it a code behind does not create it.
View ArticleNew Post: Forcing CheckName.click() on blur or textarea/input for People Picker
sympmarc wrote: You can just call CheckNames directly yourself. The trick is to wait for the name to be resolved. Those two elements above won't be there until the resolution is complete, so you can...
View ArticleNew Post: Forcing CheckName.click() on blur or textarea/input for People Picker
jdhavo: Have you looked at the SPFindPeoplePicker function here? M.
View ArticleNew Post: Need Help Using UpdateListItems
This is a good method. I'm a bit weary of creating an array to simply prepend a "0" to the number though. Here's what I have used a bunch: isoDate = function( d ) { //defaults to new date d = d || new...
View Article