New Post: AddView
Here is the result from the GetViewHtml operation without the Type attribute set<GetViewHtmlResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/"> <GetViewHtmlResult> <View...
View ArticleUpdated Wiki: AddView
Function$().SPServicesWeb ServiceViewsOperationAddViewNotesThis operation accepts a webURL option. This allows you to change the context for the operation to a different site. Using a GUID for the...
View ArticleNew Post: AddView
Sweet - nice one! I had a feeling that it was something to do with your query statement; I was thinking along the lines of checking to make sure you had the right internal field names there, but hey -...
View ArticleNew Post: SPAutocomplete search text along with Image
sympmarc wrote: Suresh: The autocomplete function in SPServices is pretty primitive, really. I'd suggest using the jQueryUI one, though I'm not sure that will get you the image. You'll probably need to...
View ArticleNew Post: SPAutocomplete search text along with Image
Suresh; Have you had a look on Google at all? There are many examples there - you can try something such as the one at http://codeblogging.net/blogs/1/15/?
View ArticleCreated Unassigned: Inconsistency between Simple and Complex in...
This is in both SPFilterDropdown and SPCascadeDropdowns. The behavior between a simple and complex dropdown if different for picking the selected option.For a simple dropdown it uses...
View ArticleCreated Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleEdited Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleEdited Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleNew Post: Problem using UpdateListItems
I've used SPServices to query a list, create new list items, and grab attachments from an Announcement list but this is the first time I've used it to update a list. jQuery: 1.7 SPServices: 0.7.1a...
View ArticleEdited Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleNew Post: Problem using UpdateListItems
It sounds like you're trying the right things. What does the response in xData.responseXML look like? It should be passing back the item as it looks after the update, or an error if there is a problem. M.
View ArticleNew Post: Problem using UpdateListItems
Hi Marc, Thanks for the quick response. What does xData.responseXML look like? Good question. Updated the completefunc to this...completefunc: function(xData, Status) {...
View ArticleNew Post: Problem using UpdateListItems
Brian: Try this instead:completefunc: function(xData, Status) { alert(xData.responseText); } M.
View ArticleNew Post: Auto-populate a text field based on lookup column selection?
Hi Guys, I was able to setup a lookup column between two lists and here’s my scenario. Suppliers (List1) – Name and EmailAddress columns. Initiator (List2) – Company and EmailAddress columns. Company...
View ArticleNew Post: Problem using UpdateListItems
I originally hesitated to post this question because I knew it would end up being something ridiculous. Of course, I was right. xData.responseText did the trick -- I can see the error. Bad list name....
View ArticleCommented Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleCommented Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleCommented Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View ArticleCommented Unassigned: SPFilterDropdown - SPServices-2013.01 [10158]
Hi,I've been trying out different versions of SPServices with different versions of jQuery. The feature I'm particular interested in has been SPFilterDropdown.It appears this function is returning the...
View Article