New Post: SocialDataService
Sameer:FYI - I'm not ignoring you, but I haven't had time to look at this. If you sort it out, please post back to help others.M.
View ArticleNew Post: Alerts.DeleteAlerts() for users other than current user?
vinz:I haven't had time to look at this, but I wouldn't be too surprised if your findings are valid. Some of these Web Services are written very strangely.M.
View ArticleNew Post: Using dictionaryEntries in SPFindPeoplePicker
dictionaryEntries is an array of values. Here's some sample code I used in testing:var salesRep = $().SPFindPeoplePicker({ peoplePickerDisplayName: "Sales Rep", // The displayName of the People Picker...
View ArticleNew Post: column not found on page
i have a sharepoint document library which i created cascading columns, they work perfectlythe problem is if users create new folder in sharepoint they get error in...
View ArticleNew Post: Object doesn't support property or method 'SPFilterNode'
I tried to use the following js file:<script type="text/javascript" src="js/jquery-1.6.1.min.js"></script><script type="text/javascript"...
View ArticleNew Post: LiveSearch Multi-Select
OK, using the Search Web Service works like a charm. But how do I combine the search results with SPAutoComplete? It does not seem to have an interface for that?
View ArticleNew Post: JQuery Autocomplete Stops Working After Postback
I have an autocomplete script that works ok in the sense that it shows the options to select from after the user types 2 letters. Now, the problem I have is that after the selection is made and the...
View ArticleNew Post: UpdateList method can't unhide lists
Very interesting... But how could I find if there'a a group property?Can I use a method with SPServices to do it?Thanks!
View ArticleNew Post: UpdateList method can't unhide lists
I have some news!It's working (in parts), because when I change the property Hidden to False, the list/ library will be available on All Site Content view (/_layouts/viewlsts.aspx).The list remain...
View ArticleNew Post: UpdateList method can't unhide lists
Finally solved!!To 'totally' hide:$().SPServices({ operation: "UpdateList", listName: "YourListName", listProperties:"<List Hidden='true' />", completefunc: function (xData, Status){...
View ArticleNew Post: column not found on page
If you simply turn off debug mode, your users won't see anything at all.M.
View ArticleNew Post: LiveSearch Multi-Select
No, there's no way to do that with SPServices as it stands. I just pointed out SPAutocomplete as an example. I would recommend using jQueryUI's .autocomplete(), which is far more full-featured.M.
View ArticleNew Post: JQuery Autocomplete Stops Working After Postback
It looks like you may be using SPAutocomplete on a borwser-based Infopath form. While I've written on my blog about doing that, it's a bit clunky. I think you're simply going to have to debug...
View ArticleNew Post: column not found on page
I used to run into Javascript errors when dealing with folders as well. If all you're doing is some basic SPServices stuff, Marc's suggestion to set the debug to false is plenty sufficient. I've got...
View ArticleCreated Issue: Error in SPCascadeDropdowns: Selected Values lost after change...
Selected values in the child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.Can be fixed by replacing the code in line 1592:var...
View ArticleEdited Issue: Error in SPCascadeDropdowns: Selected Values lost after change...
Selected values in the child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.<br /><br />Can be fixed by replacing...
View ArticleEdited Issue: Error in SPCascadeDropdowns: Selected Values lost after change...
Selected values in the (single value) child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.<br /><br />Can be fixed...
View ArticleEdited Issue: Error in SPCascadeDropdowns: Selected Values lost after change...
Selected values in the (single value) child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.<br /><br />Can be fixed...
View ArticleNew Post: Setting People Picker With Name Of Logged In User
Hi Marc,Thanks for your work on this. I am new to this. I am having an issue with setting the people picker to the name of ther user that is logged in. If you could let me know what I am doing wrong I...
View ArticleNew Post: Setting People Picker With Name Of Logged In User
Should mention I am using SP2010 with JQuery 1.8.3 and SPServices 0.7.2. The People Pickers Displan Name is Member
View Article