Is there an API available for SharePoint 2010's JavaScript based Client Object Model?
I've searched the开发者_运维技巧 farthest reaches of the internet, but I cannot find an online API for SharePoint 2010's JavaScript based Client Object Model.
Assuming with online API you mean 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.
This is an old post but I think this JS API could interest some other people : http://aymkdn.github.com/SharepointPlus/
It's a JS library to deal with Sharepoint 2007 and 2010
精彩评论