Вопрос

I need to create a custom list in Sharepoint 2007 using JQuery (only!). I'm using Sharepoint 2007. Is there any way to do it?

Это было полезно?

Решение

Yes, SPServices wraps the Lists web service:

https://spservices.codeplex.com/wikipage?title=Lists

Which includes AddList:

https://msdn.microsoft.com/en-us/library/lists.lists.addlist.aspx

Once the list is created, you would use UpdateList to add fields or modify other properties:

https://spservices.codeplex.com/wikipage?title=UpdateList&referringTitle=Lists

Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top