sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

Add displayFormat: "none" to SPDisplayRelatedInfo #28

Closed sympmarc closed 8 years ago

sympmarc commented 8 years ago

Sometimes you don't even want to see the values; you just want to do something with them in the completefunc.

wobba commented 8 years ago

You should also pass the data fetched in as a parameter to completefunc so that it can be used directly.

You need to move the calling of the completefunc into the completefunc of spservices as well.. to make it run in the right order. Doing my own edits here and supporting the displayFormat: "none"

sympmarc commented 8 years ago

I made these changes in commit ac7824090a1ebed105c770c187115cb9b605d5fc