Is there an API for the SharePoint 2010 client-object platform based on JavaScript?

I searched the farthest internet, but I can not find the online API for the client object model based on JavaScript 2010.

+3
source share
2 answers

Assuming the online API you are referring to is the MSDN documentation, you can find it in this MSDN article : ECMAScript Class Library .

You should search Google for “Sharepoint 2010 ECMAscript” and you will find many useful articles explaining its use.

+5
source

, , JS API : http://aymkdn.github.com/SharepointPlus/

JS Sharepoint 2007 2010

0

Source: https://habr.com/ru/post/1768291/


All Articles