Quantcast
Browsing all 6517 articles
Browse latest View live

New Post: Get list of files within folder

Are you getting any errors? Have you looked at the network traffic? Ah, you also have xData in one place and xData2 in another. M.

View Article


New Post: how to check if user selected radio button and insert radio button...

If you are only able to select one radio button in the entire form it's likely they all have the same 'name' attribute. That's how the DOM groups radio buttons together (not an SPServices issue). Geoff

View Article


New Post: Get list of files within folder

No errors are being generated, just 0 records returned. I changed the xData/xData2 issue and still no results.

View Article

New Post: SPServices call not being recognized

I've got SPServices 2014.01 and JQuery 1.11.0 both loading in my masterpage. I've got a button on my list view that calls the function below. While troubleshooting, I added some alerts to see where...

View Article

New Post: Get list of files within folder

I'd suggest removing the filters to make sure your overall settings are right. The layer the filtering back in one piece at a time. If you can watch the network traffic, even better. M.

View Article


New Post: Problem with SPCascadeDropdowns in 2014.01 (SP 2010 and December CU)

Never mind ;), I see this was already entered as work item 10256 about 10 days before my post.

View Article

New Post: Problem with SPCascadeDropdowns in 2014.01 (SP 2010 and December CU)

No worries at all. The more people let me know what's going on out there, the better. M.

View Article

Edited Issue: SPCascadeDropdowns Required Lookup issue [10256]

I hope that I can help someone to fix this problem, I investigated this problem some days ago, and I saw following lines of code with comments inside the $.fn.SPServices.SPDropdownCtl: // Last ditch...

View Article


New Post: Display dynamic URL

New to jquery. I'm trying to display a dynamic URL such as - http://domain.com/page.aspx?user=useremailaddress. I've got the following code but cannot get it to display the URL within the content...

View Article


New Post: Display dynamic URL

All you've done so far is construct the href (URL) string. A link in the page would be markup like this:var url = "<a href='" + link + "'>some text here</a>";Then you need to put that...

View Article

New Post: SPServices call not being recognized

Never mind - I figured it out by adding some logging into the script. Turns out I wasn't passing a proper URL to the function.

View Article

New Post: Add item to list in new item form

Hi. I´m very new in Sharepoint and i have a trouble that i cant be able to solve. I´ve modified the new item form of a list to be able to add items to the lookup fields thet it have. It works fine and...

View Article

New Post: Add item to list in new item form

You can't add items arbitrarily to the dropdowns. The page digest has the valid set of values encoded in it and the value you choose is validated against that list when you submit the page for security...

View Article


New Post: Add item to list in new item form

Thank you very much for your answer sympmarc. The next question is , how can i get a new page digest without reload it?

View Article

New Post: Using SPServices to get size of all first level subsites within a...

Hello, I am not sure if this type of functionality is available using SPServices. I tried to find one, but was not able to. Can you please tell me if there is a way to get size of all sub-sites using...

View Article


New Post: Pretty new to jQuery trying to do something (hopefully) simple with...

Hey thanks a lot. I've got it reading out the xData object in an alert box. The only problem is that it seems to be reading out all fields, not just 'Checkbox' and 'Title' like the caml query is set up...

View Article

New Post: SPService Fetch data problem

I am facing problem to fetch data. There are 50 rows that need to be fetched, but only 30 has been populated. Please help me.//The Web Service method we are calling, to read list items we use...

View Article


New Post: SPServices problem fetching maximum data

I am facing problem to fetch data. There are 50 rows that need to be fetched, but only 30 has been populated. Please help me.//The Web Service method we are calling, to read list items we use...

View Article

Commented Issue: Title Changed for Required Fields after CU for Sharepoint...

From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...

View Article

New Post: Pretty new to jQuery trying to do something (hopefully) simple with...

There are certain fields that are going to be included in the XML return always. You can include the option...CAMLQueryOptions:...

View Article
Browsing all 6517 articles
Browse latest View live