Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top