I have to read Title and Location from a picture library and display using CEWP.
can some one suggest how to read SharePoint list item values using javascript.
Thanks in advance
|
I have to read Title and Location from a picture library and display using CEWP. can some one suggest how to read SharePoint list item values using javascript. Thanks in advance
| ||||
|
feedback
|
|
You can use jQuery to access the list items via SharePoint Web Services. Refer for example here - SharePoint Web Services with jQuery | |||
|
feedback
|
|
In SharePoint 2010 there are three different types of Client Object Model extension you can use. They are Managed Client Object Model, ECMAScript and silverlight extension. This link more close to your requirement How to: Retrieve Lists Using JavaScript and How do you get the current list item in JavaScript? SP.ListOperation.Selection Methods
Check following links for more information: | ||||
|
feedback
|
|
In SP2010 there is new client APIs that allow you to interact with SharePoint sites from JavaScript | |||
|
feedback
|