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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add displayFormat: "none" to SPDisplayRelatedInfo

sympmarc opened this issue · comments

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

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"