Quantcast
Browsing all 6517 articles
Browse latest View live

New Post: Approving/Rejecting list items using SPServices

Thanks golka! I needed this tonight and you saved me some time... For posterity, here's what the batch looks like:   var updateModStatus = "<Batch OnError='Continue'>" + "<Method ID='1'...

View Article


New Post: Store GetListItems in a global variable?

What is the most straightforward way to directly access or return the results of an array variable inside the .each(function) of a GetListItems completefunc without sending it to a CSS element in the...

View Article


New Post: Store GetListItems in a global variable?

I found if I define the array before the GetListItems operation like you did, and push the values inside the .each() function, it works.  However I have not done the return statement inside SPServices....

View Article

New Post: Store GetListItems in a global variable?

For me, an alert(arr[0]); after pushing array values from inside the .each() function using something like arr.push(title); results in an 'undefined', while an alert(arr[0]); after the .each() function...

View Article

New Comment on "$().SPServices.SPCascadeDropdowns"

I confirm that alexio75's findings are correct. I tried jQuery 1.8.1 with SPServices 0.7.1a and it doesn't work on IE8 as well .. firefox/chrome are ok. At least simpleChild is working on jQuery 1.7.2...

View Article


New Post: Store GetListItems in a global variable?

The array initialization looks different than what I use.  I am not a javascript expert, and that may work, but this is what I had working in some of my code: function lastupdate(R) { var a = new...

View Article

New Post: Store GetListItems in a global variable?

It works with async: false. Apparently async: false is not the default I imagined it to be. Thanks for the example. The array initialization var a = []; just uses an array literal instead of an array...

View Article

New Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...

Hey all, I can't thank Marc enough for this awesome set of tools. I use it in nearly every SP site I've put together. However, the other day I ran into a weird error. I'm trying to Cascade Dropdown 3...

View Article


New Post: CAML Query Object Implementation?

Anyone have an implementation of building a CAML query string dynamically? To be returned as a String? For example: var caml = buildCamlString(param[0...n], operater1) etc.? This would be useful...

View Article


New Post: CAML Query Object Implementation?

I thought it would be useful too, so I built roboCAML. Cheers,Matt 

View Article

New Post: CAML Query Object Implementation?

Great, I'll take a look. Thanks for the quick reply...

View Article

New Comment on "$().SPServices.SPCascadeDropdowns"

Hi I am having problems using this in MOSS 2007 where my relationship list is in the other subsite. In this case although I can access this list using relationshipWebURL/GUID but due to the limitation...

View Article

New Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...

I haven't tested with IE8 in a while, as I'm using IE9 as my primary browser, but SPCascadeDropdowns should work just fine with IE8, and it should also work with 20+ items - what I call a "complex"...

View Article


New Post: Store GetListItems in a global variable?

What about using the SPXmlToJson function? M.

View Article

New Post: SPServices.SPCascadeDropdowns not working on 20+ options Parent...

No, and that's the weird thing. Without modifying the script at all it works just fine in FireFox, but not IE. When I filter a different lookup, a smaller one, it also works just fine. But when I...

View Article


New Post: Add new lookup item on the fly

Quick update: I've done some research on this in the past few months. Persistence on form reload is actually a common issue, and the way to address it these days is to use local storage (works on...

View Article

New Post: SPCascadeDropdowns with External Data columns

samsonlouis: Can you explain your situation a bit more? If the column is rendered the same as a native list dropdown, then yes. Otherwise, no. M.

View Article


New Post: Global Navigation across site collections (Peter Allen's) solution...

Sumit: Peter's post is an old one, and you are likely to run into a number of things you'll need to change. Debugging the script is really the only way you'll be able to get it working, given changes...

View Article

New Post: CAMLViewFields usage

Yup. I've never found a way to make the GetListItens operation work as advertised. M.

View Article

New Post: Dynamic CAMLQuery

Good suggestion, $.trim() ftw :-(

View Article
Browsing all 6517 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>