New Post: Write to list with anonymous access
Marc,Dying to know what you found in your experiment
View ArticleNew Post: ie8 and script errors
Marc, We found the problem. This is an "inherited" environment with a lot of custom pages and non-existent documentation. We found where page had been edited and some other jQuery added. Removing this...
View ArticleNew Post: Write to list with anonymous access
I forgot all about it. :-(I remember that the first place I went was this demo page to see if it worked, and it doesn't.M.
View ArticleCommented Issue: SPCascadedDropdowns and content types [10120]
Hi,I encountered a problem with SPCascadedDropdowns where it didn't seem to correctly identify "required" columns in a list with multiple content types. As a result, the child dropdown is populated...
View ArticleCreated Task: Improve Undefined Tests [10121]
@HughAJWood: People DO NOT DO if (id != undefined) DO if (typeof(id) !== 'undefined') #JavaScript #WriteGoodCodeOriginal Message:http://twitter.com/HughAJWood/status/298422582011654144Sent from...
View ArticleNew Post: Write to list with anonymous access
I meant explicitly when anonymous. I wasn't implying the demo didn't work out right. ;-)Cheers, Matthew
View ArticleNew Post: Write to list with anonymous access
You could create a user that only has permissions to that list and then pass the credentials with the ajax call when you write to the list. Then any item you create/update will have as it's...
View ArticleNew Post: Write to list with anonymous access
Generally speaking, I discourage passing credentials of any kind from the client. Even if the user you use is specifically set up for that purpose, it opens the possibility of a security problem down...
View ArticleNew Post: GetCurrentSite is returning blank
Indeed - though I wasn't using the minimised version! No - I wasn't - my skills don't stretch that far - I'm coding by the skin of my teeth!
View ArticleNew Post: GetCurrentSite is returning blank
It looks like there is indeed an issue with 1.9.1. I'l try to track it down.Hopefully you'll be OK with 1.8.x for now.M.
View ArticleCreated Issue: GetCurrentSite is returning blank [10122]
From http://spservices.codeplex.com/discussions/432009I've just started playing with this, and have hit a hurdle at step one.I have a page with a content editor and the following code: All I get is...
View ArticleNew Post: GetCurrentSite is returning blank
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited Issue: GetCurrentSite is returning blank [10122]
From http://spservices.codeplex.com/discussions/432009I've just started playing with this, and have hit a hurdle at step one.I have a page with a content editor and the following code: All I get is...
View ArticleCommented Issue: GetCurrentSite is returning blank [10122]
From http://spservices.codeplex.com/discussions/432009I've just started playing with this, and have hit a hurdle at step one.I have a page with a content editor and the following code: All I get is...
View ArticleNew Post: Write to list with anonymous access
I'm thinking a setInterval( useWebServicesAndCreateUpdateDelete, 5); would quickly change your opinion of adding user credentials within a script.Cheers, Matthew
View ArticleNew Post: GetCurrentSite is returning blank
It turns out it's an issue with jQuery 1.9.1. See my blog post.M.
View ArticleClosed Issue: GetCurrentSite is returning blank [10122]
From http://spservices.codeplex.com/discussions/432009I've just started playing with this, and have hit a hurdle at step one.I have a page with a content editor and the following code: All I get is...
View ArticleNew Post: Odd: Can't add columns to a list
So I'm trying to create a list then add a few fields to it. I've nabbed some code but it's not seeming to work. At the moment the list is created but the new column aint added despite it saying it is....
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