Custom script allows you to interact with the list webpart using JavaScript.
You can execute code during different Events
and interact with the list using the ListScriptAPI.
Unlike the form custom script, the list API does not include a form property.
Instead it exposes a List service with selection, items and list-level operations.
Custom script allows you to interact with the list webpart using JavaScript. You can execute code during different Events and interact with the list using the
ListScriptAPI.Unlike the form custom script, the list API does not include a
formproperty. Instead it exposes aListservice with selection, items and list-level operations.