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

New Post: Update HTML Document Item Properties using it's Element Values

So it looks like this is reading a bunch of fields from the .htm pages and adding them as items in a list, effectively turning the .htm pages into data. Nice! M.

View Article


New Post: Possible bug in SPComplexToSimpleDropdown

I see what you are saying. genContainerId isn't respecting the listName that you've passed in. BUG! I think this will fix it:// Generate a unique id for a containing div using the function name and the...

View Article


Created Issue: Possible bug in SPComplexToSimpleDropdown [10267]

From: https://spservices.codeplex.com/discussions/549462I see what you are saying. genContainerId isn't respecting the listName that you've passed in. BUG!I think this will fix it:``` javascript //...

View Article

New Post: Possible bug in SPComplexToSimpleDropdown

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: Possible bug in SPComplexToSimpleDropdown [10267]

From: https://spservices.codeplex.com/discussions/549462I see what you are saying. genContainerId isn't respecting the listName that you've passed in. BUG!I think this will fix it:``` javascript //...

View Article


New Post: Possible bug in SPComplexToSimpleDropdown

p.s. I can't figure out how to contact you, so ping me if you'd like to try the fix. M.

View Article

New Post: change to SPGetQueryString

SPGetQueryString no longer plays nice with query string parameters that were encoded with ddwrt:UrlEncode. ddwrt:UrlEncode uses a '+' to encode spaces. ?Name=Jim%20Bob ?Name=Jim+Bob Both used to return...

View Article

New Post: Update HTML Document Item Properties using it's Element Values

That is correct! I have this HTML form and rather than changing the code in each form, I figured I would scan the HTML and use your wonderful library to load it into the form. Thank you again for your...

View Article


New Post: Possible bug in SPComplexToSimpleDropdown

Be careful with the following in your solution:var l = listName !== undefined ? listName : $().SPServices.SPListNameFromUrl(); I think some browser (IE v???) will throw an error if listName is...

View Article


New Post: Possible bug in SPComplexToSimpleDropdown

I've never seen a problem with listName !== undefined before. Have you? I use IE8 a lot with clients, and I think I've stopped worrying about IE6. M.

View Article

New Post: Possible bug in SPComplexToSimpleDropdown

I swear I have... I know I stopped using it after hitting errors somewhere... in this case, I think (now that I look at it again) that its safe... you are actually initializing listName (because its...

View Article

New Post: This is one of those 'Is it possible?' questions.

I was looking through your blogs, Marc, and found the bit where you check 'Determining if a User Is in a Permission Group with SharePoint’s Web Services' That got me thinking, that maybe I could use...

View Article

New Post: This is one of those 'Is it possible?' questions.

If a user doesn't have access to a document, then they also can't tell that the document is there. This means that it's impossible to check whether the current user has permission to a document they...

View Article


New Post: Possible bug in SPComplexToSimpleDropdown

I remember a condition that caused me change my approach of checking for undefined variable. It does go back to the reason on my prior post.When​I was working ​ on some widgets, I was trying check if a...

View Article

New Post: Possible bug in SPComplexToSimpleDropdown

I see what you mean. Pasting "myinvalidvar === undefined" into Firebug's console does indeed throw and error. If you use "use strict", you shouldn't be able to use a variable that hasn't been...

View Article


New Post: This is one of those 'Is it possible?' questions.

That makes sense. And with all the researching I've been doing it makes sense. Thank you for your response, hopefully having word from a person with your level of experience will suffice for my client...

View Article

New Post: Why SPCascade does not work with Infopath 2010?

Hello everyone, could you, please, help me to solve the issue I have with Infopath 2010 and SPCascade? The problem is: when I want to create 4 level depend dropdowns I used SPCascade to get the...

View Article


New Post: SPCascadeDropdowns with multiple parent columns

Hey CKSODHI, or Marc, did anyone ever figure this out? I know it's a year old, but I didn't want to start a new topic when one exists already. I have this same scenario and was using...

View Article

New Post: SPCascadeDropdowns with multiple parent columns

There's nothing in SPServices to cover the "more than one parent" situation. There's a lot of variability that can go into that, so its always seemed very hard to generalize. M.

View Article

New Post: Why SPCascade does not work with Infopath 2010?

SPServices value-added functions don't work with InfoPath. InfoPath creates an entirely different DOM so it would be an entirely different set of functions. In most cases, you can accomplish the same...

View Article
Browsing all 6517 articles
Browse latest View live